diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js index a015fff81d..1498993794 100644 --- a/lib/OpenLayers/Layer/WMS.js +++ b/lib/OpenLayers/Layer/WMS.js @@ -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"