mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
Update externs file with more interop calls.
This commit is contained in:
parent
78987419d2
commit
650bbabe94
1 changed files with 4 additions and 1 deletions
|
@ -25,5 +25,8 @@ var TopLevel = {
|
|||
"value": function() {},
|
||||
"identifier": function() {},
|
||||
"getBoundingClientRect": function() {},
|
||||
"getBBox": function() {}
|
||||
"getBBox": function() {},
|
||||
"addEventListener": function() {},
|
||||
"postMessage": function() {},
|
||||
"data": function() {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue