Guest User

Untitled

a guest
Jan 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. object = document.getElementById('myThing');
  2. console.log(object.style.hasOwnProperty('MozTransform') // False
  3. console.log("MozTransform" in object.style); // True
Add Comment
Please, Sign In to add comment