Single provide from ol/collection.js

This commit is contained in:
Tim Schaub
2016-08-06 10:21:19 -06:00
parent 4261523720
commit ffe3565166
10 changed files with 103 additions and 106 deletions

View File

@@ -52,13 +52,13 @@ oli.events.Event.prototype.stopPropagation = function() {};
/**
* @interface
*/
oli.CollectionEvent = function() {};
oli.Collection.Event = function() {};
/**
* @type {*}
*/
oli.CollectionEvent.prototype.element;
oli.Collection.Event.prototype.element;
/**