mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Fixes #494: Forcing named classes in CoffeeScript (named functions) ... even in IE.
This commit is contained in:
parent
8d8c345216
commit
1018c51359
7 changed files with 76 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
__slice = Array.prototype.slice;
|
||||
|
||||
exports.Rewriter = (function() {
|
||||
|
||||
Rewriter.name = 'Rewriter';
|
||||
function Rewriter() {}
|
||||
|
||||
Rewriter.prototype.rewrite = function(tokens) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue