Home
last modified time | relevance | path

Searched refs:cssPrefixes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1954 var cssProps = {}, cssPrefixes = ["Webkit", "O", "Moz", "ms"]; variable
1957 props = (prop + ' ' + cssPrefixes.join(ucProp + ' ') + ucProp).split(' '),