Skip to content

Instantly share code, notes, and snippets.

@rjbultitude
Created April 24, 2019 10:36
Show Gist options
  • Save rjbultitude/cdb7e32ffbfa3ece387c01647cfd0b10 to your computer and use it in GitHub Desktop.
Save rjbultitude/cdb7e32ffbfa3ece387c01647cfd0b10 to your computer and use it in GitHub Desktop.
// Example use of $.globalEval
$.globalEval(data)
// Refactor for CSP
eval.call(null, data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment