if (typeof String.prototype.trim !== 'function'){ String.prototype.trim = function() { return this.replace(/^\s+\s+$/g, ''); }}
Post a Comment
No comments:
Post a Comment