mirror of
https://github.com/penpot/penpot.git
synced 2025-06-01 19:11:38 +02:00
Minor reorganization of vendor dependencies.
This commit is contained in:
parent
fa7b0987a1
commit
c4a5d26e8b
16 changed files with 6296 additions and 22 deletions
|
@ -1,9 +0,0 @@
|
|||
{:foreign-libs
|
||||
[{:file "js/snapsvg/snap.svg.js"
|
||||
:file-min "js/snapsvg/snap.svg.min.js"
|
||||
:provides ["vendor.snapsvg"]}
|
||||
{:file "js/jszip/jszip.js"
|
||||
:file-min "js/jszip/jszip.min.js"
|
||||
:provides ["vendor.jszip"]}]
|
||||
:externs ["js/snapsvg/externs.js"
|
||||
"js/jszip/externs.js"]}
|
|
@ -1,52 +0,0 @@
|
|||
var TopLevel = {
|
||||
"offsetX": function() {},
|
||||
"offsetY": function() {},
|
||||
"nativeEvent": function() {},
|
||||
"dataTransfer": function() {},
|
||||
"dropEffect": function() {},
|
||||
"offsetHeight": function() {},
|
||||
"offsetWidth": function() {},
|
||||
"scrollTop": function() {},
|
||||
"scrollLeft": function() {},
|
||||
"refs": function() {},
|
||||
"ctrlKey": function() {},
|
||||
"shiftKey": function() {},
|
||||
"keyCode": function() {},
|
||||
"currentTarget": function() {},
|
||||
"createObjectURL": function() {},
|
||||
"URL": function() {},
|
||||
"innerHTML": function() {},
|
||||
"getElementById": function() {},
|
||||
"clientX": function() {},
|
||||
"clientY": function() {},
|
||||
"href": function() {},
|
||||
"identifier": function() {},
|
||||
"getBoundingClientRect": function() {},
|
||||
"getBBox": function() {},
|
||||
"addEventListener": function() {},
|
||||
"postMessage": 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() {}
|
||||
};
|
|
@ -1,5 +0,0 @@
|
|||
var JSZip = function() {};
|
||||
|
||||
JSZip.prototype.file = function() {};
|
||||
JSZip.prototype.folder = function() {};
|
||||
JSZip.prototype.generateAsync = function() {};
|
File diff suppressed because it is too large
Load diff
15
frontend/resources/js/jszip/jszip.min.js
vendored
15
frontend/resources/js/jszip/jszip.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -1,8 +0,0 @@
|
|||
var Snap = function() {};
|
||||
Snap.prototype.animate = function() {};
|
||||
|
||||
var mina = {};
|
||||
mina.linear = function() {};
|
||||
mina.easein = function() {};
|
||||
mina.easeout = function() {};
|
||||
mina.easeinout = function() {};
|
21
frontend/resources/js/snapsvg/snap.svg-min.js
vendored
21
frontend/resources/js/snapsvg/snap.svg-min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue