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:
parent
e417a0ca6f
commit
9f614fedec
73 changed files with 1236 additions and 718 deletions
2
documentation/js/prototypes.js
vendored
2
documentation/js/prototypes.js
vendored
|
@ -1,4 +1,4 @@
|
|||
// Generated by CoffeeScript 1.5.0
|
||||
// Generated by CoffeeScript 1.6.0
|
||||
|
||||
String.prototype.dasherize = function() {
|
||||
return this.replace(/_/g, "-");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue