0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Add missing entries in main externs file.

This commit is contained in:
Andrey Antukh 2016-10-24 22:10:05 +02:00
parent a9a1048462
commit bd38ea590a
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -28,5 +28,28 @@ var TopLevel = {
"getBBox": function() {},
"addEventListener": function() {},
"postMessage": function() {},
"data": function() {}
"data": function() {},
"querySelector": function() {},
"outerHTML": function() {},
"tagName": function() {},
"appendChild": function() {},
"createElement": function() {},
"createElementNS": function() {},
"viewBox": function() {},
"baseVal": function() {},
"x": function() {},
"y": function() {},
"width": function() {},
"height": function() {},
"type": function() {},
"stopPropagation": function() {},
"preventDefault": function() {},
"innerText": function() {},
"target": function() {},
"value": function() {},
"click": function() {},
"result": function() {},
"readAsText": function() {},
"src": function() {},
"readAsDataURL": function() {}
};