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;