Rename olx.FrameState#skippedFeatureUids_ skippedFeatureUids

To let the ol.Map#skippedFeatureUids_ property to be renamed by the compiler.
This commit is contained in:
Frederic Junod
2014-07-31 11:29:35 +02:00
parent 80c6e019a7
commit 86268bcf58
6 changed files with 7 additions and 7 deletions

View File

@@ -1216,7 +1216,7 @@ ol.Map.prototype.renderFrame_ = function(time) {
pixelToCoordinateMatrix: this.pixelToCoordinateMatrix_,
postRenderFunctions: [],
size: size,
skippedFeatureUids_: this.skippedFeatureUids_,
skippedFeatureUids: this.skippedFeatureUids_,
tileQueue: this.tileQueue_,
time: time,
usedTiles: {},