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:
@@ -70,7 +70,7 @@ OpenLayers.Layer.WMS.prototype =
|
|||||||
_initTiles: function () {
|
_initTiles: function () {
|
||||||
this.div.innerHTML="";
|
this.div.innerHTML="";
|
||||||
OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments);
|
OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments);
|
||||||
}
|
},
|
||||||
|
|
||||||
/** @final @type String */
|
/** @final @type String */
|
||||||
CLASS_NAME: "OpenLayers.Layer.WMS"
|
CLASS_NAME: "OpenLayers.Layer.WMS"
|
||||||
|
|||||||
Reference in New Issue
Block a user