Remove ol.global

This commit is contained in:
Tim Schaub
2016-09-01 22:28:20 -06:00
parent 785639338b
commit 651c6959ab
20 changed files with 55 additions and 96 deletions
+1 -2
View File
@@ -300,8 +300,7 @@ ol.reproj.Tile.prototype.load = function() {
});
if (leftToLoad === 0) {
var global = ol.global;
global.setTimeout(this.reproject_.bind(this), 0);
setTimeout(this.reproject_.bind(this), 0);
}
}
};