Remove wrong override tags

This commit is contained in:
Frederic Junod
2018-05-09 12:38:21 +02:00
parent bae2ac4f0f
commit 5b4063fa17
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -41,7 +41,6 @@ const Event = function(type) {
/**
* Stop event propagation.
* @function
* @override
* @api
*/
Event.prototype.preventDefault =
@@ -49,7 +48,6 @@ Event.prototype.preventDefault =
/**
* Stop event propagation.
* @function
* @override
* @api
*/
Event.prototype.stopPropagation = function() {