diff options
Diffstat (limited to 'thirdparty/systemjs/test/tests/global-with-export.js')
-rw-r--r-- | thirdparty/systemjs/test/tests/global-with-export.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/systemjs/test/tests/global-with-export.js b/thirdparty/systemjs/test/tests/global-with-export.js deleted file mode 100644 index 656ea6a19..000000000 --- a/thirdparty/systemjs/test/tests/global-with-export.js +++ /dev/null @@ -1,5 +0,0 @@ -(function(window) { - window.q = { - r: 'r' - }; -})(typeof window != 'undefined' ? window : global);
\ No newline at end of file |