API description should inform that the method only tests for DOM style properties. Not object properties.
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user