Prebuilt module for commit 6b3d8ecdfd

This commit is contained in:
Paper.js Bot 2016-06-14 13:30:43 +00:00
parent 23bc1015cf
commit c341790871
5 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jun 14 15:16:45 2016 +0200
* Date: Tue Jun 14 15:26:08 2016 +0200
*
***
*
@ -3311,7 +3311,7 @@ new function() {
setScaling: function() {
var current = this.getScaling(),
scaling = Point.read(arguments, 0, { clone: true, readNull: true })
scaling = Point.read(arguments, 0, { clone: true, readNull: true });
if (current && scaling) {
this.scale(scaling.x / current.x, scaling.y / current.y);
}

4
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jun 14 15:16:45 2016 +0200
* Date: Tue Jun 14 15:26:08 2016 +0200
*
***
*
@ -3311,7 +3311,7 @@ new function() {
setScaling: function() {
var current = this.getScaling(),
scaling = Point.read(arguments, 0, { clone: true, readNull: true })
scaling = Point.read(arguments, 0, { clone: true, readNull: true });
if (current && scaling) {
this.scale(scaling.x / current.x, scaling.y / current.y);
}

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jun 14 15:16:45 2016 +0200
* Date: Tue Jun 14 15:26:08 2016 +0200
*
***
*

4
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jun 14 15:16:45 2016 +0200
* Date: Tue Jun 14 15:26:08 2016 +0200
*
***
*
@ -3311,7 +3311,7 @@ new function() {
setScaling: function() {
var current = this.getScaling(),
scaling = Point.read(arguments, 0, { clone: true, readNull: true })
scaling = Point.read(arguments, 0, { clone: true, readNull: true });
if (current && scaling) {
this.scale(scaling.x / current.x, scaling.y / current.y);
}

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Tue Jun 14 15:16:45 2016 +0200
* Date: Tue Jun 14 15:26:08 2016 +0200
*
***
*