Prebuilt module for commit 623c554dfe

This commit is contained in:
Paper.js Bot 2018-10-15 08:57:46 +00:00
parent 79d0e567af
commit 72404bce3b
5 changed files with 18 additions and 21 deletions

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Oct 15 08:59:53 2018 +0900
* Date: Mon Oct 15 14:38:02 2018 +0900
*
***
*
@ -803,9 +803,9 @@ var PaperScope = Base.extend({
},
execute: function(code, options) {
var exports = paper.PaperScript.execute(code, this, options);
View.updateFocus();
return exports;
var exports = paper.PaperScript.execute(code, this, options);
View.updateFocus();
return exports;
},
install: function(scope) {

5
dist/paper-core.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Oct 15 08:59:53 2018 +0900
* Date: Mon Oct 15 14:38:02 2018 +0900
*
***
*
@ -803,9 +803,6 @@ var PaperScope = Base.extend({
},
execute: function(code, options) {
var exports = paper.PaperScript.execute(code, this, options);
View.updateFocus();
return exports;
},
install: function(scope) {

File diff suppressed because one or more lines are too long

8
dist/paper-full.js vendored
View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Oct 15 08:59:53 2018 +0900
* Date: Mon Oct 15 14:38:02 2018 +0900
*
***
*
@ -803,9 +803,9 @@ var PaperScope = Base.extend({
},
execute: function(code, options) {
var exports = paper.PaperScript.execute(code, this, options);
View.updateFocus();
return exports;
var exports = paper.PaperScript.execute(code, this, options);
View.updateFocus();
return exports;
},
install: function(scope) {

View file

@ -9,7 +9,7 @@
*
* All rights reserved.
*
* Date: Mon Oct 15 08:59:53 2018 +0900
* Date: Mon Oct 15 14:38:02 2018 +0900
*
***
*