mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-01 00:29:29 -04:00
Properly export Numerical and PaperScript again.
This commit is contained in:
parent
e516e6f651
commit
5592bb57e0
6 changed files with 20 additions and 15 deletions
src/core
|
@ -20,8 +20,8 @@
|
|||
/*#*/ } else if (options.parser == 'esprima') {
|
||||
/*#*/ include('../../lib/esprima-min.js');
|
||||
/*#*/ }
|
||||
|
||||
var PaperScript = new function() {
|
||||
|
||||
var PaperScript = Base.exports.PaperScript = new function() {
|
||||
// Operators to overload
|
||||
|
||||
var binaryOperators = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue