Move olx.ViewState to ol/View

This commit is contained in:
Frederic Junod
2018-03-23 09:14:11 +01:00
parent 1963e6088e
commit 29b37b179c
6 changed files with 17 additions and 53 deletions

View File

@@ -75,7 +75,7 @@ const ScaleLine = function(opt_options) {
/**
* @private
* @type {?olx.ViewState}
* @type {?module:ol/View~State}
*/
this.viewState_ = null;