GLOBAL.js 152 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // Reference to the global context (works on ES3 and ES5-strict mode) //jshint -W061, -W064 module.exports = Function('return this')();