mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
CoffeeScript-in-CoffeeScript is now able to compile subClass extends superClass
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
};
|
||||
// Find an available, short, name for a compiler-generated variable.
|
||||
Scope.prototype.free_variable = function free_variable() {
|
||||
while (check(this.temp_variable)) {
|
||||
while (this.check(this.temp_variable)) {
|
||||
((this.temp_variable = succ(this.temp_variable)));
|
||||
}
|
||||
this.variables[this.temp_variable] = 'var';
|
||||
|
||||
Reference in New Issue
Block a user