mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
recompile documentation with 1.7.1
This commit is contained in:
parent
5e31672793
commit
6b0ee127da
44 changed files with 44 additions and 44 deletions
2
documentation/js/prototypes.js
vendored
2
documentation/js/prototypes.js
vendored
|
@ -1,4 +1,4 @@
|
|||
// Generated by CoffeeScript 1.7.0
|
||||
// Generated by CoffeeScript 1.7.1
|
||||
String.prototype.dasherize = function() {
|
||||
return this.replace(/_/g, "-");
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue