Fix include statements.

They're not to be indented.
This commit is contained in:
Jürg Lehni 2013-06-27 04:46:20 -07:00
parent c93b86f013
commit 94ce1f1312

View file

@ -19,11 +19,11 @@
// better minification and the future use of strict mode once it makes sense
// in terms of performance.
paper.PaperScope.prototype.PaperScript = new function() {
/*#*/ if (options.parser == 'acorn') {
/*#*/ include('../../components/acorn/acorn.min.js');
/*#*/ } else if (options.parser == 'esprima') {
/*#*/ include('../../components/esprima/esprima.min.js');
/*#*/ }
/*#*/ if (options.parser == 'acorn') {
/*#*/ include('../../components/acorn/acorn.min.js');
/*#*/ } else if (options.parser == 'esprima') {
/*#*/ include('../../components/esprima/esprima.min.js');
/*#*/ }
// Operators to overload