1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

more regexp and string interpolation tweaks

This commit is contained in:
Jeremy Ashkenas 2010-03-08 21:34:10 -05:00
parent 3396dce2bb
commit b5af5f66fb
5 changed files with 81 additions and 89 deletions

View file

@ -52,7 +52,7 @@
var _a, _b, _c, _d, _e, _f, _g, _h, i, let_part, lines, rule, spaces;
lines = ['Available options:'];
if (this.banner) {
lines.unshift(this.banner + "\n");
lines.unshift('' + this.banner + "\n");
}
_a = this.rules;
for (_b = 0, _c = _a.length; _b < _c; _b++) {