jashkenas--coffeescript/documentation/js/prototypes.js

5 lines
115 B
JavaScript
Raw Normal View History

2016-09-22 16:19:43 -04:00
// Generated by CoffeeScript 1.11.0
2010-07-29 00:51:35 -04:00
String.prototype.dasherize = function() {
return this.replace(/_/g, "-");
};