Guest User

Untitled

a guest
Oct 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. vendorPrefix = function (style, e, m) {
  2. for (e in style) if (m = e.match(/^(icab|khtml|o|moz|ms|webkit)[A-Z]/)) return m[1];
  3. }(document.lastChild.style) || "";
Add Comment
Please, Sign In to add comment