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