mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
7 lines
342 B
JavaScript
7 lines
342 B
JavaScript
(window => {
|
|
// (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 document = window['document'],
|
|
navigator = window['navigator'],
|
|
JSON = window["JSON"],
|
|
koExports = {};
|