Make functions @protected or @private
This also makes jsdoc3 happy along the way.
This commit is contained in:
@@ -53,6 +53,7 @@ goog.inherits(ol.source.Source, goog.events.EventTarget);
|
||||
|
||||
|
||||
/**
|
||||
* @protected
|
||||
*/
|
||||
ol.source.Source.prototype.dispatchLoadEvent = function() {
|
||||
this.dispatchEvent(goog.events.EventType.LOAD);
|
||||
|
||||
Reference in New Issue
Block a user