Prebuilt module for commit d6d5accd1a

This commit is contained in:
Paper.js Bot 2018-10-13 16:50:36 +00:00
parent 8c968b4f13
commit dfc0361177
5 changed files with 8 additions and 8 deletions

View file

@ -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
View file

@ -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
*
***
*

View file

@ -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
View file

@ -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;
}

File diff suppressed because one or more lines are too long