1
0
Fork 0
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:
Jeremy Ashkenas 2010-04-10 14:40:05 -04:00
parent f36acc27e5
commit 065bf54094
7 changed files with 65 additions and 54 deletions

View file

@ -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