Remove source load events

This commit is contained in:
Tom Payne
2013-09-20 13:37:40 +01:00
parent 56e352b7aa
commit bd81e6c9a9
3 changed files with 1 additions and 32 deletions

View File

@@ -64,15 +64,6 @@ ol.source.Source.prototype.dispatchChangeEvent = function() {
};
/**
* @protected
*/
ol.source.Source.prototype.dispatchLoadEvent = function() {
++this.revision_;
this.dispatchEvent(goog.events.EventType.LOAD);
};
/**
* @return {Array.<ol.Attribution>} Attributions.
*/