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
+2 -2
View File
@@ -1551,10 +1551,10 @@ OpenLayers.Util.getVendorPrefixedCss = (function() {
* Method: getVendorPrefixedDom * Method: getVendorPrefixedDom
* *
* Parameters: * Parameters:
* property - {String} The standard DOM property name * property - {String} The standard DOM style property name
* *
* Returns: * 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 * unsupported
*/ */
OpenLayers.Util.getVendorPrefixedDom = (function() { OpenLayers.Util.getVendorPrefixedDom = (function() {