mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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);
|
true);
|
||||||
expose(scope);
|
expose(scope);
|
||||||
// Add a fake `module.exports` object so PaperScripts can export things.
|
// Add a fake `module.exports` object so PaperScripts can export things.
|
||||||
|
|
Loading…
Reference in a new issue