s/yield/forEach/

This commit is contained in:
Tom Payne
2012-07-07 14:46:01 +02:00
committed by Tom Payne
parent 65b0094a78
commit 24ba87bf92
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -179,8 +179,8 @@ TileGrid
getTileCoord(coordinate) -> TileCoord
getTileCoordExtent(tileCoord) -> ol.Extent
getZForResolution(resolution) -> number
yieldTileCoordChildren(tileCoord, function(z, TileBounds))
yieldTileCoordParents(tileCoord, function(z, TileBounds))
forEachTileCoordChild(tileCoord, function(z, TileBounds))
forEachTileCoordParent(tileCoord, function(z, TileBounds))
TileLayer
tileGrid TileGrid
@@ -193,7 +193,7 @@ TileQueue
enqueueTile(Tile)
VectorLayer
yieldFeatures(resolution, extent, projection, function(Feature))
forEachFeature(resolution, extent, projection, function(Feature))
Renderer
target HTMLDivElement