Add missing override and inheritDoc jsdoc tags

This commit is contained in:
Frederic Junod
2016-12-16 15:49:53 +01:00
committed by Guillaume Beraudo
parent 546fc97cd4
commit d59224f5eb
34 changed files with 77 additions and 37 deletions
+2
View File
@@ -42,6 +42,7 @@ ol.events.Event = function(type) {
/**
* Stop event propagation.
* @function
* @override
* @api stable
*/
ol.events.Event.prototype.preventDefault =
@@ -49,6 +50,7 @@ ol.events.Event.prototype.preventDefault =
/**
* Stop event propagation.
* @function
* @override
* @api stable
*/
ol.events.Event.prototype.stopPropagation = function() {