1
0
Fork 0
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:
Jeremy Ashkenas 2011-12-18 20:00:09 -05:00
parent 8d8c345216
commit 1018c51359
7 changed files with 76 additions and 6 deletions

View file

@ -4,7 +4,7 @@
__slice = Array.prototype.slice;
exports.Rewriter = (function() {
Rewriter.name = 'Rewriter';
function Rewriter() {}
Rewriter.prototype.rewrite = function(tokens) {