Skip to content

Instantly share code, notes, and snippets.

@cmcculloh
Created March 8, 2011 20:32
Show Gist options
  • Select an option

  • Save cmcculloh/860972 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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