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

@@ -339,7 +339,6 @@ ol.webgl.TileLayerRenderer.prototype.redraw = function() {
goog.events.EventType.CHANGE, this.handleTileChange, false, this);
}
}
return false;
}, this);
};