extern-pre.js 414 B

12345678
  1. (function(undefined){
  2. // (0, eval)('this') is a robust way of getting a reference to the global object
  3. // For details, see http://stackoverflow.com/questions/14119988/return-this-0-evalthis/14120023#14120023
  4. var window = this || (0, eval)('this'),
  5. document = window['document'],
  6. navigator = window['navigator'],
  7. jQueryInstance = window["jQuery"],
  8. JSON = window["JSON"];