diff options
Diffstat (limited to 'test/tests/global-shim-config.js')
-rw-r--r-- | test/tests/global-shim-config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tests/global-shim-config.js b/test/tests/global-shim-config.js new file mode 100644 index 000000000..62139f6e3 --- /dev/null +++ b/test/tests/global-shim-config.js @@ -0,0 +1,3 @@ +(function(window) { + window.ME = dep; +})(typeof window != 'undefined' ? window : global);
\ No newline at end of file |