UNPKG

jade

Version:

Jade template engine

3 lines 78 B
String.prototype.dasherize = function() { return this.replace(/_/g, "-"); };