From 16ff78a8ba00ce030896a0fff3f69e49dd5453ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 28 Jun 2013 06:39:00 -0700 Subject: [PATCH] Import Base into PaperScript scope. --- src/core/PaperScript.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/PaperScript.js b/src/core/PaperScript.js index bab96dd4..ad68005a 100644 --- a/src/core/PaperScript.js +++ b/src/core/PaperScript.js @@ -19,7 +19,8 @@ // better minification and the future use of strict mode once it makes sense // in terms of performance. paper.PaperScope.prototype.PaperScript = new function() { - var PaperScope = paper.PaperScope, + var Base = paper.Base, + PaperScope = paper.PaperScope, // Locally turn of exporst for inlined acorn / esprima. exports = undefined; /*#*/ if (options.parser == 'acorn') {