adding missing comma
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user