Reduce closure dependency, fix GET issue

This commit is contained in:
Samuel Lapointe
2016-05-02 09:34:58 -04:00
parent 3a1ff59cfb
commit f835d86333
4 changed files with 9 additions and 8 deletions

View File

@@ -7452,7 +7452,7 @@ olx.view.FitOptions.prototype.maxZoom;
* index: number,
* layerStates: Object.<number, ol.layer.LayerState>,
* layerStatesArray: Array.<ol.layer.LayerState>,
* logos: Object.<string, string>,
* logos: Object.<string, (string|Element)>,
* pixelRatio: number,
* pixelToCoordinateMatrix: ol.vec.Mat4.Number,
* postRenderFunctions: Array.<ol.PostRenderFunction>,