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:
parent
7a33c561ac
commit
16a322211e
1 changed files with 0 additions and 3 deletions
|
@ -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() {},
|
||||
|
|
Loading…
Add table
Reference in a new issue