Correct type for FrameState

This commit is contained in:
Tim Schaub
2018-04-19 18:05:13 -06:00
parent c75b87a2a0
commit b9145a91e8

View File

@@ -6,7 +6,7 @@
/**
* @type {Object}
*/
var oli;
let oli;
/**
@@ -187,7 +187,7 @@ oli.MapEvent.prototype.map;
/**
* @type {olx.FrameState}
* @type {module:ol/PluggableMap~FrameState}
*/
oli.MapEvent.prototype.frameState;
@@ -302,7 +302,7 @@ oli.render.Event.prototype.context;
/**
* @type {olx.FrameState|undefined}
* @type {module:ol/PluggableMap~FrameState|undefined}
*/
oli.render.Event.prototype.frameState;