Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Created March 8, 2011 20:32
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 cmcculloh/860972 to your computer and use it in GitHub Desktop.
Save cmcculloh/860972 to your computer and use it in GitHub Desktop.
allowing escape in JSHint
/*global escape: true */
var string = "blah";
string = escape(string);
@amyloula
Copy link

thanks so much! saved me a lot of hassle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment