mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
No need to explicitly expose view
As it is enumerable on scope
This commit is contained in:
parent
4857f1d73a
commit
0a56c7cef0
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ Base.exports.PaperScript = function() {
|
|||
}
|
||||
}
|
||||
}
|
||||
expose({ __$__: __$__, $__: $__, paper: scope, view: view, tool: tool },
|
||||
expose({ __$__: __$__, $__: $__, paper: scope, tool: tool },
|
||||
true);
|
||||
expose(scope);
|
||||
// Add a fake `module.exports` object so PaperScripts can export things.
|
||||
|
|
Loading…
Reference in a new issue