Add image loading events to image sources

This commit is contained in:
Bart van den Eijnden
2015-03-03 19:53:32 +01:00
parent 3a7b9751d7
commit 4569858882
8 changed files with 294 additions and 1 deletions
+12
View File
@@ -229,6 +229,18 @@ oli.render.Event.prototype.vectorContext;
oli.source;
/**
* @interface
*/
oli.source.ImageEvent = function() {};
/**
* @type {ol.Image}
*/
oli.source.ImageEvent.prototype.image;
/**
* @interface
*/