mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 23:39:59 -05:00
Prebuilt module for commit 623c554dfe
This commit is contained in:
parent
79d0e567af
commit
72404bce3b
5 changed files with 18 additions and 21 deletions
8
dist/docs/assets/js/paper.js
vendored
8
dist/docs/assets/js/paper.js
vendored
|
@ -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
5
dist/paper-core.js
vendored
|
@ -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) {
|
||||
|
|
16
dist/paper-core.min.js
vendored
16
dist/paper-core.min.js
vendored
File diff suppressed because one or more lines are too long
8
dist/paper-full.js
vendored
8
dist/paper-full.js
vendored
|
@ -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) {
|
||||
|
|
2
dist/paper-full.min.js
vendored
2
dist/paper-full.min.js
vendored
|
@ -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
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue