The moment of truth: CoffeeScript has now compiled itself ten times over.

This commit is contained in:
Jeremy Ashkenas
2010-02-13 01:13:08 -05:00
parent 126f6c2d88
commit b965fcf32d
6 changed files with 24 additions and 35 deletions

View File

@@ -12,8 +12,7 @@
this.parent = parent;
this.expressions = expressions;
this.method = method;
this.variables = {
};
this.variables = {};
this.temp_variable = this.parent ? this.parent.temp_variable : '__a';
return this;
});