A collection of utility functions to detect vendor prefixed features
| OpenLayers. | A collection of utility functions to detect vendor prefixed features | 
| Functions | |
| domToCss | Converts a upper camel case DOM style property name to a CSS property i.e. | 
| css | Detect which property is used for a CSS property | 
| js | Detect which property is used for a JS property/method | 
| style | Detect which property is used for a DOM style property | 
Converts a upper camel case DOM style property name to a CSS property i.e.
function domToCss( prefixedDom ) 
Detect which property is used for a CSS property
function css( property ) 
Detect which property is used for a JS property/method
function js( obj, property ) 
Detect which property is used for a DOM style property
function style( property )