Mock div.style through document.createElement hack instead of exposing method in vendorPrefix.js
This commit is contained in:
@@ -126,9 +126,6 @@ OpenLayers.Util.vendorPrefix = (function() {
|
||||
|
||||
// used for testing
|
||||
cssCache: cssCache,
|
||||
jsCache: jsCache,
|
||||
_mockStyle: function(mock) {
|
||||
divStyle = mock;
|
||||
}
|
||||
jsCache: jsCache
|
||||
};
|
||||
}());
|
||||
Reference in New Issue
Block a user