Prebuilt module for commit 45ffc6fb88

This commit is contained in:
Paper.js Bot 2016-07-03 11:35:37 +00:00
parent ed5696ba88
commit 8ab0473932
5 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Jul 3 12:17:37 2016 +0200
* Date: Sun Jul 3 13:30:56 2016 +0200
*
***
*
@ -5423,7 +5423,7 @@ var Segment = Base.extend({
} else {
point = arg0;
}
} else if (typeof arg0 === 'object') {
} else if (arg0 == null || typeof arg0 === 'object') {
point = arg0;
handleIn = arg1;
handleOut = arg2;

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Jul 3 12:17:37 2016 +0200
* Date: Sun Jul 3 13:30:56 2016 +0200
*
***
*
@ -5423,7 +5423,7 @@ var Segment = Base.extend({
} else {
point = arg0;
}
} else if (typeof arg0 === 'object') {
} else if (arg0 == null || typeof arg0 === 'object') {
point = arg0;
handleIn = arg1;
handleOut = arg2;

File diff suppressed because one or more lines are too long

4
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sun Jul 3 12:17:37 2016 +0200
* Date: Sun Jul 3 13:30:56 2016 +0200
*
***
*
@ -5423,7 +5423,7 @@ var Segment = Base.extend({
} else {
point = arg0;
}
} else if (typeof arg0 === 'object') {
} else if (arg0 == null || typeof arg0 === 'object') {
point = arg0;
handleIn = arg1;
handleOut = arg2;

File diff suppressed because one or more lines are too long