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"; - }, + } };