From 2d44a2961990af4d04ccfeecc44a3078ef039014 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 12 May 2006 20:20:08 +0000 Subject: [PATCH] Correct syntax. Needed for IE to work. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- js/OpenLayers/Layer/WMS.js | 2 +- js/OpenLayers/Map.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/OpenLayers/Layer/WMS.js b/js/OpenLayers/Layer/WMS.js index 56e1f36b70..12c01032d0 100644 --- a/js/OpenLayers/Layer/WMS.js +++ b/js/OpenLayers/Layer/WMS.js @@ -42,5 +42,5 @@ OpenLayers.Layer.WMS.prototype = _initTiles: function () { this.div.innerHTML=""; OpenLayers.Layer.Grid.prototype._initTiles.apply(this, arguments); - }, + } }); diff --git a/js/OpenLayers/Map.js b/js/OpenLayers/Map.js index e050b5296c..6de1f4ed0d 100644 --- a/js/OpenLayers/Map.js +++ b/js/OpenLayers/Map.js @@ -321,5 +321,5 @@ OpenLayers.Map.prototype = { defaultMouseUp: function (evt) { this.mouseDragStart = null; this.div.style.cursor = "default"; - }, + } };