0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-19 19:21:23 -05:00

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() {},
"offsetY": function() {},
"nativeEvent": function() {},
"target": function() {},
"dataTransfer": function() {},
"dropEffect": function() {},
"value": function() {},
"offsetHeight": function() {},
"offsetWidth": function() {},
"scrollTop": function() {},
@ -22,7 +20,6 @@ var TopLevel = {
"clientX": function() {},
"clientY": function() {},
"href": function() {},
"value": function() {},
"identifier": function() {},
"getBoundingClientRect": function() {},
"getBBox": function() {},