Don't bother making forEachTileCoord abortable

This commit is contained in:
Tom Payne
2012-07-21 00:23:45 +02:00
parent 277c1ea3a6
commit 89efc96dd5
3 changed files with 2 additions and 6 deletions

View File

@@ -73,7 +73,6 @@ ol.dom.TileLayerRenderer.prototype.redraw = function() {
newTiles = true;
}
}
return false;
}, this);
if (newTiles) {