From dc6989b9f04c335c7f79224846c5d913dc96c247 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 29 Sep 2011 13:35:22 -0600 Subject: [PATCH] adding missing comma --- lib/OpenLayers/BaseTypes/Bounds.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/BaseTypes/Bounds.js b/lib/OpenLayers/BaseTypes/Bounds.js index e43e813227..6c85c8ab0b 100644 --- a/lib/OpenLayers/BaseTypes/Bounds.js +++ b/lib/OpenLayers/BaseTypes/Bounds.js @@ -448,7 +448,7 @@ OpenLayers.Bounds = OpenLayers.Class({ options = {inclusive: true}; } if (options.worldBounds) { - var self = this.wrapDateLine(options.worldBounds) + var self = this.wrapDateLine(options.worldBounds); bounds = bounds.wrapDateLine(options.worldBounds); } else { self = this;