Prebuilt module for commit 0deddebb2c

This commit is contained in:
Paper.js Bot 2017-10-05 14:21:45 +00:00
parent 0145400ca1
commit 79c1de2397
5 changed files with 10 additions and 10 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Thu Oct 5 12:09:07 2017 +0200
* Date: Thu Oct 5 16:16:29 2017 +0200
*
***
*
@ -6133,7 +6133,7 @@ var Curve = Base.extend({
isSelected: function() {
return this.getPoint1().isSelected()
&& this.getHandle2().isSelected()
&& this.getHandle1().isSelected()
&& this.getHandle2().isSelected()
&& this.getPoint2().isSelected();
},

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Thu Oct 5 12:09:07 2017 +0200
* Date: Thu Oct 5 16:16:29 2017 +0200
*
***
*
@ -6133,7 +6133,7 @@ var Curve = Base.extend({
isSelected: function() {
return this.getPoint1().isSelected()
&& this.getHandle2().isSelected()
&& this.getHandle1().isSelected()
&& this.getHandle2().isSelected()
&& this.getPoint2().isSelected();
},

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: Thu Oct 5 12:09:07 2017 +0200
* Date: Thu Oct 5 16:16:29 2017 +0200
*
***
*
@ -6133,7 +6133,7 @@ var Curve = Base.extend({
isSelected: function() {
return this.getPoint1().isSelected()
&& this.getHandle2().isSelected()
&& this.getHandle1().isSelected()
&& this.getHandle2().isSelected()
&& this.getPoint2().isSelected();
},

File diff suppressed because one or more lines are too long