Correct syntax. Needed for IE to work.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -42,5 +42,5 @@ OpenLayers.Layer.WMS.prototype =
|
||||
_initTiles: function () {
|
||||
this.div.innerHTML="";
|
||||
OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments);
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
@@ -321,5 +321,5 @@ OpenLayers.Map.prototype = {
|
||||
defaultMouseUp: function (evt) {
|
||||
this.mouseDragStart = null;
|
||||
this.div.style.cursor = "default";
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user