Add ol.Observable for on, once, un, and unByKey methods

This commit is contained in:
Tim Schaub
2013-12-05 12:27:30 -07:00
parent fac8936688
commit 3dc40f8cb6
3 changed files with 246 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
@exportProperty ol.Observable.prototype.on
@exportProperty ol.Observable.prototype.once
@exportProperty ol.Observable.prototype.un
@exportProperty ol.Observable.prototype.unByKey