From 6f57cb473655286b43b0d66644c179b6f8284a6d Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 18 May 2006 18:47:11 +0000 Subject: [PATCH] oops. forgot a comma. must always remember to test. git-svn-id: http://svn.openlayers.org/trunk/openlayers@161 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"