Export ol.DragBoxEvent coordinate as a property, not a function

This commit is contained in:
Tom Payne
2014-03-02 12:24:09 +01:00
parent 95674a5a4c
commit b2aa9bb19f
3 changed files with 13 additions and 13 deletions
+10
View File
@@ -18,6 +18,16 @@ oli.CollectionEvent = function() {};
oli.CollectionEvent.prototype.element;
/** @interface */
oli.DragBoxEvent;
/** @type {ol.Coordinate} */
oli.DragBoxEvent.prototype.coordinate;
/** @interface */
oli.DrawEvent;