Prebuilt module for commit 68ea63d99e

This commit is contained in:
Paper.js Bot 2019-06-22 12:20:55 +00:00
parent 6bfdb8d084
commit 1ec84d4db7
6 changed files with 11 additions and 11 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat Jun 22 13:50:53 2019 +0200
* Date: Sat Jun 22 14:16:49 2019 +0200
*
***
*
@ -13888,7 +13888,7 @@ var Tween = Base.extend(Emitter, {
return (
operator &&
operator.match &&
operator.match(/^[+\-*/]=/)
operator.match(/^[+\-\*\/]=/)
)
? this._calculate(current, operator[0], value[1])
: value;

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat Jun 22 13:50:53 2019 +0200
* Date: Sat Jun 22 14:16:49 2019 +0200
*
***
*
@ -13885,7 +13885,7 @@ var Tween = Base.extend(Emitter, {
return (
operator &&
operator.match &&
operator.match(/^[+\-*/]=/)
operator.match(/^[+\-\*\/]=/)
)
? this._calculate(current, operator[0], value[1])
: value;

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: Sat Jun 22 13:50:53 2019 +0200
* Date: Sat Jun 22 14:16:49 2019 +0200
*
***
*
@ -13888,7 +13888,7 @@ var Tween = Base.extend(Emitter, {
return (
operator &&
operator.match &&
operator.match(/^[+\-*/]=/)
operator.match(/^[+\-\*\/]=/)
)
? this._calculate(current, operator[0], value[1])
: value;

File diff suppressed because one or more lines are too long

2
dist/paper.d.ts vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Sat Jun 22 13:50:53 2019 +0200
* Date: Sat Jun 22 14:16:49 2019 +0200
*
* This is an auto-generated type definition.
*/