oops. forgot a comma. must always remember to test.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@161 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-18 18:47:11 +00:00
parent bfc49a3ef4
commit 6f57cb4736

View File

@@ -70,7 +70,7 @@ OpenLayers.Layer.WMS.prototype =
_initTiles: function () {
this.div.innerHTML="";
OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments);
}
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Layer.WMS"