how can you make an prototype on an Integer?
Integer.prototype.num = function(dec){
return number_format(this.toString(), dec);
}
how can you make an prototype on an Integer?
Integer.prototype.num = function(dec){
return number_format(this.toString(), dec);
}