Properly export Numerical and PaperScript again.

This commit is contained in:
Jürg Lehni 2013-05-27 15:55:44 -07:00
parent e516e6f651
commit 5592bb57e0
6 changed files with 20 additions and 15 deletions

View file

@ -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 = {