Prebuilt module for commit d405f45d38

This commit is contained in:
Paper.js Bot 2016-12-30 23:37:56 +00:00
parent fdc1bbca2f
commit 9d0fcd663a
5 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Dec 30 13:25:08 2016 +0100
* Date: Sat Dec 31 00:34:37 2016 +0100
*
***
*
@ -6069,7 +6069,7 @@ var Curve = Base.extend({
divideAt: function(location) {
return this.divideAtTime(location && location.curve === this
? location.time : location);
? location.time : this.getTimeAt(location));
},
divideAtTime: function(time, _setHandles) {

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Fri Dec 30 13:25:08 2016 +0100
* Date: Sat Dec 31 00:34:37 2016 +0100
*
***
*
@ -6069,7 +6069,7 @@ var Curve = Base.extend({
divideAt: function(location) {
return this.divideAtTime(location && location.curve === this
? location.time : location);
? location.time : this.getTimeAt(location));
},
divideAtTime: function(time, _setHandles) {

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: Fri Dec 30 13:25:08 2016 +0100
* Date: Sat Dec 31 00:34:37 2016 +0100
*
***
*
@ -6069,7 +6069,7 @@ var Curve = Base.extend({
divideAt: function(location) {
return this.divideAtTime(location && location.curve === this
? location.time : location);
? location.time : this.getTimeAt(location));
},
divideAtTime: function(time, _setHandles) {

File diff suppressed because one or more lines are too long