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:
crschmidt
2006-05-12 20:20:08 +00:00
parent 9f29b0e9a6
commit 2d44a29619
2 changed files with 2 additions and 2 deletions

View File

@@ -42,5 +42,5 @@ OpenLayers.Layer.WMS.prototype =
_initTiles: function () {
this.div.innerHTML="";
OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments);
},
}
});

View File

@@ -321,5 +321,5 @@ OpenLayers.Map.prototype = {
defaultMouseUp: function (evt) {
this.mouseDragStart = null;
this.div.style.cursor = "default";
},
}
};