From 0145400ca1076b70e750b0191a1417beb8ee7506 Mon Sep 17 00:00:00 2001 From: "Paper.js Bot" Date: Thu, 5 Oct 2017 10:13:49 +0000 Subject: [PATCH] Prebuilt module for commit 702ab748a2908e4a7982a850770a3a37405f3f83 --- dist/docs/assets/js/paper.js | 2 +- dist/node/extend.js | 2 +- dist/paper-core.js | 2 +- dist/paper-core.min.js | 2 +- dist/paper-full.js | 2 +- dist/paper-full.min.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/docs/assets/js/paper.js b/dist/docs/assets/js/paper.js index 19ba8bca..98292116 100644 --- a/dist/docs/assets/js/paper.js +++ b/dist/docs/assets/js/paper.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Wed Oct 4 22:39:19 2017 +0200 + * Date: Thu Oct 5 12:09:07 2017 +0200 * *** * diff --git a/dist/node/extend.js b/dist/node/extend.js index 6239b483..d2e1ef66 100644 --- a/dist/node/extend.js +++ b/dist/node/extend.js @@ -144,7 +144,7 @@ module.exports = function(paper) { exportImage: function(path, callback) { this.update(); var out = fs.createWriteStream(path), - format = /\.jp(e?)g$/.test(path) ? 'jpeg' : 'png' + format = /\.jp(e?)g$/.test(path) ? 'jpeg' : 'png', stream = this._element[format + 'Stream'](); stream.pipe(out); if (callback) { diff --git a/dist/paper-core.js b/dist/paper-core.js index 1001c14f..b1cc0b32 100644 --- a/dist/paper-core.js +++ b/dist/paper-core.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Wed Oct 4 22:39:19 2017 +0200 + * Date: Thu Oct 5 12:09:07 2017 +0200 * *** * diff --git a/dist/paper-core.min.js b/dist/paper-core.min.js index 06f4cc91..5f88598b 100644 --- a/dist/paper-core.min.js +++ b/dist/paper-core.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Wed Oct 4 22:39:19 2017 +0200 + * Date: Thu Oct 5 12:09:07 2017 +0200 * *** * diff --git a/dist/paper-full.js b/dist/paper-full.js index 19ba8bca..98292116 100644 --- a/dist/paper-full.js +++ b/dist/paper-full.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Wed Oct 4 22:39:19 2017 +0200 + * Date: Thu Oct 5 12:09:07 2017 +0200 * *** * diff --git a/dist/paper-full.min.js b/dist/paper-full.min.js index 03666291..2eaaadfa 100644 --- a/dist/paper-full.min.js +++ b/dist/paper-full.min.js @@ -9,7 +9,7 @@ * * All rights reserved. * - * Date: Wed Oct 4 22:39:19 2017 +0200 + * Date: Thu Oct 5 12:09:07 2017 +0200 * *** *