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