0
Fork 0
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:
Andrey Antukh 2016-04-09 23:13:25 +03:00
parent 78987419d2
commit 650bbabe94
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -25,5 +25,8 @@ var TopLevel = {
"value": function() {},
"identifier": function() {},
"getBoundingClientRect": function() {},
"getBBox": function() {}
"getBBox": function() {},
"addEventListener": function() {},
"postMessage": function() {},
"data": function() {}
};