API description should inform that the method only tests for DOM style properties. Not object properties.

This commit is contained in:
Gregers Gram Rygg
2012-05-22 17:05:13 +02:00
parent f27002b565
commit 875a2b98ff

View File

@@ -1551,10 +1551,10 @@ OpenLayers.Util.getVendorPrefixedCss = (function() {
* Method: getVendorPrefixedDom
*
* Parameters:
* property - {String} The standard DOM property name
* property - {String} The standard DOM style property name
*
* Returns:
* {String} The DOM property name supported by the browser or null if
* {String} The DOM style property name supported by the browser or null if
* unsupported
*/
OpenLayers.Util.getVendorPrefixedDom = (function() {