Skip to content

Instantly share code, notes, and snippets.

@tobie
Created December 11, 2008 02:24
Show Gist options
  • Save tobie/34579 to your computer and use it in GitHub Desktop.
Save tobie/34579 to your computer and use it in GitHub Desktop.
var ES_3_1_STRICT_MODE = (function(){
try {
arguments.callee;
} catch(e) {
return true;
}
return false;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment