mirror of
https://gitlab.silvrtree.co.uk/martind2000/SODashServer.git
synced 2025-01-11 10:25:09 +00:00
9 lines
414 B
JavaScript
9 lines
414 B
JavaScript
(function(undefined){
|
|
// (0, eval)('this') is a robust way of getting a reference to the global object
|
|
// For details, see http://stackoverflow.com/questions/14119988/return-this-0-evalthis/14120023#14120023
|
|
var window = this || (0, eval)('this'),
|
|
document = window['document'],
|
|
navigator = window['navigator'],
|
|
jQueryInstance = window["jQuery"],
|
|
JSON = window["JSON"];
|