summaryrefslogtreecommitdiff
path: root/lib/dojo/global.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dojo/global.js')
-rw-r--r--lib/dojo/global.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/dojo/global.js b/lib/dojo/global.js
new file mode 100644
index 000000000..84e01f209
--- /dev/null
+++ b/lib/dojo/global.js
@@ -0,0 +1,8 @@
+/*
+ Copyright (c) 2004-2016, The JS Foundation All Rights Reserved.
+ Available via Academic Free License >= 2.1 OR the modified BSD license.
+ see: http://dojotoolkit.org/license for details
+*/
+
+//>>built
+define("dojo/global",function(){if(typeof global!=="undefined"&&typeof global!=="function"){return global;}else{if(typeof window!=="undefined"){return window;}else{if(typeof self!=="undefined"){return self;}}}return this;}); \ No newline at end of file