Searched refs:cssPrefixes (Results 1 – 1 of 1) sorted by relevance
1954 var cssProps = {}, cssPrefixes = ["Webkit", "O", "Moz", "ms"]; variable1957 props = (prop + ' ' + cssPrefixes.join(ucProp + ' ') + ucProp).split(' '),