Merge pull request #1898 from ahocevar/events

Document events
This commit is contained in:
Andreas Hocevar
2014-03-26 14:13:59 +01:00
31 changed files with 216 additions and 19 deletions
+4 -4
View File
@@ -11,7 +11,7 @@ var oli;
/** @interface */
oli.CollectionEvent = function() {};
oli.CollectionEvent;
/** @type {*} */
@@ -170,7 +170,7 @@ oli.View2DState.prototype.rotation;
/**
* @interface
*/
oli.control.Control = function() {};
oli.control.Control;
/**
@@ -182,7 +182,7 @@ oli.control.Control.prototype.setMap = function(map) {};
/** @interface */
oli.interaction.DragAndDropEvent = function() {};
oli.interaction.DragAndDropEvent;
/** @type {Array.<ol.Feature>} */
@@ -195,7 +195,7 @@ oli.interaction.DragAndDropEvent.prototype.projection;
/** @interface */
oli.render.Event = function() {};
oli.render.Event;
/** @type {CanvasRenderingContext2D|null|undefined} */