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
+1 -1
View File
@@ -5131,7 +5131,7 @@ olx.View.fitGeometryOptions.prototype.maxZoom;
* pixelToCoordinateMatrix: goog.vec.Mat4.Number,
* postRenderFunctions: Array.<ol.PostRenderFunction>,
* size: ol.Size,
* skippedFeatureUids_: Object.<string, boolean>,
* skippedFeatureUids: Object.<string, boolean>,
* tileQueue: ol.TileQueue,
* time: number,
* usedTiles: Object.<string, Object.<string, ol.TileRange>>,