Skip to content

Instantly share code, notes, and snippets.

@Mouvedia
Last active September 13, 2015 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mouvedia/02406418b9d21f95d0e2 to your computer and use it in GitHub Desktop.
Save Mouvedia/02406418b9d21f95d0e2 to your computer and use it in GitHub Desktop.
//http://perfectionkills.com/whitespace-deviations/
//https://web.archive.org/web/20150905201345/http://www.merlyn.demon.co.uk/js-valid.htm#RsT
''.trim||(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g, '')})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment