Merge pull request #1077 from sapics/fix-leak

Fix variable leak
This commit is contained in:
Jürg Lehni 2016-06-14 12:42:55 +02:00 committed by GitHub
commit 2551027d17
5 changed files with 6 additions and 6 deletions

View file

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