mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
build & docs for 1.9.2
This commit is contained in:
parent
cc4c3b2606
commit
edbb9a77e7
68 changed files with 136 additions and 98 deletions
2
documentation/js/prototypes.js
vendored
2
documentation/js/prototypes.js
vendored
|
@ -1,4 +1,4 @@
|
|||
// Generated by CoffeeScript 1.9.1
|
||||
// Generated by CoffeeScript 1.9.2
|
||||
String.prototype.dasherize = function() {
|
||||
return this.replace(/_/g, "-");
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue