mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -05:00
Prebuilt module for commit 68ea63d99e
This commit is contained in:
parent
6bfdb8d084
commit
1ec84d4db7
6 changed files with 11 additions and 11 deletions
4
dist/docs/assets/js/paper.js
vendored
4
dist/docs/assets/js/paper.js
vendored
|
@ -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
4
dist/paper-core.js
vendored
|
@ -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;
|
||||
|
|
4
dist/paper-core.min.js
vendored
4
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
4
dist/paper-full.js
vendored
4
dist/paper-full.js
vendored
|
@ -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-full.min.js
vendored
4
dist/paper-full.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/paper.d.ts
vendored
2
dist/paper.d.ts
vendored
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue