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

changed the docs for optional parens

This commit is contained in:
Jeremy Ashkenas 2010-01-25 00:14:00 -05:00
parent 8d63d269b8
commit 2875de5e73
17 changed files with 71 additions and 71 deletions

View file

@ -10,5 +10,5 @@
}
}
return __a;
})()).slice(0, 10);
}).call(this)).slice(0, 10);
})();