mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Prebuilt module for commit d6d5accd1a
This commit is contained in:
parent
8c968b4f13
commit
dfc0361177
5 changed files with 8 additions and 8 deletions
4
dist/docs/assets/js/paper.js
vendored
4
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Oct 13 18:34:10 2018 +0200
|
||||
* Date: Sat Oct 13 18:44:25 2018 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -16578,7 +16578,7 @@ Base.exports.PaperScript = function() {
|
|||
params.push(key);
|
||||
this.push('module.exports.' + key + ' = ' + key + ';');
|
||||
}
|
||||
}, []).join(', ');
|
||||
}, []).join('\n');
|
||||
if (exports) {
|
||||
code += '\n' + exports;
|
||||
}
|
||||
|
|
2
dist/paper-core.js
vendored
2
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Oct 13 18:34:10 2018 +0200
|
||||
* Date: Sat Oct 13 18:44:25 2018 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Oct 13 18:34:10 2018 +0200
|
||||
* Date: Sat Oct 13 18:44:25 2018 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Oct 13 18:34:10 2018 +0200
|
||||
* Date: Sat Oct 13 18:44:25 2018 +0200
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -16578,7 +16578,7 @@ Base.exports.PaperScript = function() {
|
|||
params.push(key);
|
||||
this.push('module.exports.' + key + ' = ' + key + ';');
|
||||
}
|
||||
}, []).join(', ');
|
||||
}, []).join('\n');
|
||||
if (exports) {
|
||||
code += '\n' + exports;
|
||||
}
|
||||
|
|
4
dist/paper-full.min.js
vendored
4
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue