allow dom level 1 events to be removed #1385
This commit is contained in:
parent
bc0a75a6a2
commit
ff7ce37476
3 changed files with 5 additions and 1 deletions
|
|
@ -237,6 +237,7 @@ module.exports = function() {
|
|||
}
|
||||
if (typeof this["on" + e.type] === "function" && !isModernEvent(e.type)) this["on" + e.type](e)
|
||||
},
|
||||
onclick: null,
|
||||
}
|
||||
|
||||
if (element.nodeName === "A") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue