mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
The moment of truth: CoffeeScript has now compiled itself ten times over.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user