adding missing comma

This commit is contained in:
ahocevar
2011-09-29 13:35:22 -06:00
parent c2582c1970
commit dc6989b9f0
+1 -1
View File
@@ -448,7 +448,7 @@ OpenLayers.Bounds = OpenLayers.Class({
options = {inclusive: true}; options = {inclusive: true};
} }
if (options.worldBounds) { if (options.worldBounds) {
var self = this.wrapDateLine(options.worldBounds) var self = this.wrapDateLine(options.worldBounds);
bounds = bounds.wrapDateLine(options.worldBounds); bounds = bounds.wrapDateLine(options.worldBounds);
} else { } else {
self = this; self = this;