mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 17:11:40 +02: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() {},
|
"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() {},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue