mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 15:39:50 -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() {},
|
"value": function() {},
|
||||||
"identifier": function() {},
|
"identifier": function() {},
|
||||||
"getBoundingClientRect": function() {},
|
"getBoundingClientRect": function() {},
|
||||||
"getBBox": function() {}
|
"getBBox": function() {},
|
||||||
|
"addEventListener": function() {},
|
||||||
|
"postMessage": function() {},
|
||||||
|
"data": function() {}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue