mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-07 13:22:07 -05:00
Prebuilt module for commit dbd7a90e23
This commit is contained in:
parent
29bea268e6
commit
f444c36fd7
5 changed files with 10 additions and 12 deletions
7
dist/docs/assets/js/paper.js
vendored
7
dist/docs/assets/js/paper.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Feb 13 23:32:29 2016 +0100
|
||||
* Date: Sun Feb 14 01:45:16 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -14127,9 +14127,8 @@ Base.exports.PaperScript = (function() {
|
|||
function execute(code, scope, options) {
|
||||
paper = scope;
|
||||
var view = scope.getView(),
|
||||
tool = /\s+on(?:Key|Mouse)(?:Up|Down|Move|Drag)\b/.test(code)
|
||||
? new Tool()
|
||||
: null,
|
||||
tool = /\btool\.\w+|\s+on(?:Key|Mouse)(?:Up|Down|Move|Drag)\b/
|
||||
.test(code) ? new Tool() : null,
|
||||
toolHandlers = tool ? tool._events : [],
|
||||
handlers = ['onFrame', 'onResize'].concat(toolHandlers),
|
||||
params = [],
|
||||
|
|
2
dist/paper-core.js
vendored
2
dist/paper-core.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Feb 13 23:32:29 2016 +0100
|
||||
* Date: Sun Feb 14 01:45:16 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
2
dist/paper-core.min.js
vendored
2
dist/paper-core.min.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Feb 13 23:32:29 2016 +0100
|
||||
* Date: Sun Feb 14 01:45:16 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
|
7
dist/paper-full.js
vendored
7
dist/paper-full.js
vendored
|
@ -9,7 +9,7 @@
|
|||
*
|
||||
* All rights reserved.
|
||||
*
|
||||
* Date: Sat Feb 13 23:32:29 2016 +0100
|
||||
* Date: Sun Feb 14 01:45:16 2016 +0100
|
||||
*
|
||||
***
|
||||
*
|
||||
|
@ -14127,9 +14127,8 @@ Base.exports.PaperScript = (function() {
|
|||
function execute(code, scope, options) {
|
||||
paper = scope;
|
||||
var view = scope.getView(),
|
||||
tool = /\s+on(?:Key|Mouse)(?:Up|Down|Move|Drag)\b/.test(code)
|
||||
? new Tool()
|
||||
: null,
|
||||
tool = /\btool\.\w+|\s+on(?:Key|Mouse)(?:Up|Down|Move|Drag)\b/
|
||||
.test(code) ? new Tool() : null,
|
||||
toolHandlers = tool ? tool._events : [],
|
||||
handlers = ['onFrame', 'onResize'].concat(toolHandlers),
|
||||
params = [],
|
||||
|
|
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
Loading…
Reference in a new issue