mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
generated closures should only call() or apply() when necessary.
This commit is contained in:
parent
f36acc27e5
commit
065bf54094
7 changed files with 65 additions and 54 deletions
|
@ -188,10 +188,10 @@
|
|||
tag = _e[0];
|
||||
value = _e[1];
|
||||
return "[" + tag + " " + value + "]";
|
||||
}).call(this));
|
||||
})());
|
||||
}
|
||||
return _a;
|
||||
}).call(this);
|
||||
})();
|
||||
return puts(strings.join(' '));
|
||||
};
|
||||
// Use the [OptionParser module](optparse.html) to extract all options from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue