Remove externs/oli.js

This commit is contained in:
Tim Schaub
2018-05-08 08:38:34 -06:00
parent 750ba4bca4
commit 167bc1ec78
26 changed files with 4 additions and 515 deletions

View File

@@ -48,7 +48,6 @@ const ImageSourceEventType = {
*
* @constructor
* @extends {module:ol/events/Event}
* @implements {oli.source.ImageEvent}
* @param {string} type Type.
* @param {module:ol/Image~Image} image The image.
*/

View File

@@ -77,7 +77,6 @@ const RasterOperationType = {
*
* @constructor
* @extends {module:ol/events/Event}
* @implements {oli.source.RasterEvent}
* @param {string} type Type.
* @param {module:ol/PluggableMap~FrameState} frameState The frame state.
* @param {Object} data An object made available to operations.

View File

@@ -329,7 +329,6 @@ TileSource.prototype.useTile = UNDEFINED;
*
* @constructor
* @extends {module:ol/events/Event}
* @implements {oli.source.Tile.Event}
* @param {string} type Type.
* @param {module:ol/Tile} tile The tile.
*/

View File

@@ -38,7 +38,6 @@ import RBush from '../structs/RBush.js';
*
* @constructor
* @extends {module:ol/events/Event}
* @implements {oli.source.Vector.Event}
* @param {string} type Type.
* @param {module:ol/Feature=} opt_feature Feature.
*/