Remove duplicate entries from externs.

This commit is contained in:
Andrey Antukh 2017-01-30 19:16:00 +01:00
parent 7a33c561ac
commit 16a322211e
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -2,10 +2,8 @@ var TopLevel = {
"offsetX": function() {}, "offsetX": function() {},
"offsetY": function() {}, "offsetY": function() {},
"nativeEvent": function() {}, "nativeEvent": function() {},
"target": function() {},
"dataTransfer": function() {}, "dataTransfer": function() {},
"dropEffect": function() {}, "dropEffect": function() {},
"value": function() {},
"offsetHeight": function() {}, "offsetHeight": function() {},
"offsetWidth": function() {}, "offsetWidth": function() {},
"scrollTop": function() {}, "scrollTop": function() {},
@ -22,7 +20,6 @@ var TopLevel = {
"clientX": function() {}, "clientX": function() {},
"clientY": function() {}, "clientY": function() {},
"href": function() {}, "href": function() {},
"value": function() {},
"identifier": function() {}, "identifier": function() {},
"getBoundingClientRect": function() {}, "getBoundingClientRect": function() {},
"getBBox": function() {}, "getBBox": function() {},