Prebuilt module for commit 2290ec0ff6

This commit is contained in:
Paper.js Bot 2017-04-10 07:49:59 +00:00
parent 4562dc4f34
commit e85b989998
5 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:21:08 2017 +0200
* Date: Mon Apr 10 09:30:52 2017 +0200
*
***
*
@ -9449,7 +9449,7 @@ Path.inject({ statics: new function() {
path = new Path(props && props.insert == false && Item.NO_INSERT);
path._add(segments);
path._closed = closed;
return path.set(props, {insert: true});
return path.set(props, { insert: true });
}
function createEllipse(center, radius, args) {

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:21:08 2017 +0200
* Date: Mon Apr 10 09:30:52 2017 +0200
*
***
*
@ -9449,7 +9449,7 @@ Path.inject({ statics: new function() {
path = new Path(props && props.insert == false && Item.NO_INSERT);
path._add(segments);
path._closed = closed;
return path.set(props, {insert: true});
return path.set(props, { insert: true });
}
function createEllipse(center, radius, args) {

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:21:08 2017 +0200
* Date: Mon Apr 10 09:30:52 2017 +0200
*
***
*

4
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:21:08 2017 +0200
* Date: Mon Apr 10 09:30:52 2017 +0200
*
***
*
@ -9449,7 +9449,7 @@ Path.inject({ statics: new function() {
path = new Path(props && props.insert == false && Item.NO_INSERT);
path._add(segments);
path._closed = closed;
return path.set(props, {insert: true});
return path.set(props, { insert: true });
}
function createEllipse(center, radius, args) {

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Apr 10 09:21:08 2017 +0200
* Date: Mon Apr 10 09:30:52 2017 +0200
*
***
*