mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Add missing entries in main externs file.
This commit is contained in:
parent
a9a1048462
commit
bd38ea590a
@ -28,5 +28,28 @@ var TopLevel = {
|
|||||||
"getBBox": function() {},
|
"getBBox": function() {},
|
||||||
"addEventListener": function() {},
|
"addEventListener": function() {},
|
||||||
"postMessage": 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() {}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user