Add missing projection property in olx.ViewState

This commit is contained in:
Frederic Junod
2015-01-26 09:51:40 +01:00
parent eb7041c71d
commit 72b2182219

View File

@@ -6523,6 +6523,13 @@ olx.ViewState;
olx.ViewState.prototype.center;
/**
* @type {ol.proj.Projection}
* @api
*/
olx.ViewState.prototype.projection;
/**
* @type {number}
* @api