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

CoffeeScript 1.6.0

This commit is contained in:
Jeremy Ashkenas 2013-03-05 08:19:08 +13:00
parent e417a0ca6f
commit 9f614fedec
73 changed files with 1236 additions and 718 deletions

View file

@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.5.0
// Generated by CoffeeScript 1.6.0
String.prototype.dasherize = function() {
return this.replace(/_/g, "-");