Prebuilt module for commit 2551027d17

This commit is contained in:
Paper.js Bot 2016-06-14 10:46:01 +00:00
parent f4da802617
commit ff4ce55137
6 changed files with 18 additions and 18 deletions

View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Mon Jun 13 14:54:13 2016 +0200 * Date: Tue Jun 14 12:42:55 2016 +0200
* *
*** ***
* *

2
dist/node/extend.js vendored
View file

@ -95,7 +95,7 @@ module.exports = function(paper) {
frameDuration = 1 / options.fps, frameDuration = 1 / options.fps,
startTime = Date.now(), startTime = Date.now(),
lastTime = startTime, lastTime = startTime,
padding = options.padding || ((options.amount - 1) + '').length; padding = options.padding || ((options.amount - 1) + '').length,
paddedStr = Array(padding + 1).join('0'); paddedStr = Array(padding + 1).join('0');
// Start exporting frames by exporting the first frame: // Start exporting frames by exporting the first frame:

2
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Mon Jun 13 14:54:13 2016 +0200 * Date: Tue Jun 14 12:42:55 2016 +0200
* *
*** ***
* *

View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Mon Jun 13 14:54:13 2016 +0200 * Date: Tue Jun 14 12:42:55 2016 +0200
* *
*** ***
* *

2
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Mon Jun 13 14:54:13 2016 +0200 * Date: Tue Jun 14 12:42:55 2016 +0200
* *
*** ***
* *

View file

@ -9,7 +9,7 @@
* *
* All rights reserved. * All rights reserved.
* *
* Date: Mon Jun 13 14:54:13 2016 +0200 * Date: Tue Jun 14 12:42:55 2016 +0200
* *
*** ***
* *