UNPKG

burnhub

Version:

burndown chart for github issues

7 lines (6 loc) 188 B
if (typeof String.prototype.startsWith != 'function') { // see below for better implementation! String.prototype.startsWith = function (str){ return this.indexOf(str) == 0; }; }