tobie (owner)

Revisions

gist: 34579 Download_button fork
public
Public Clone URL: git://gist.github.com/34579.git
Embed All Files: show embed
JavaScript #
1
2
3
4
5
6
7
8
var ES_3_1_STRICT_MODE = (function(){
  try {
    arguments.callee;
  } catch(e) {
    return true;
  }
  return false;
})();