diff options
Diffstat (limited to 'thirdparty/systemjs/test/tests/es6-loading-amd.js')
-rw-r--r-- | thirdparty/systemjs/test/tests/es6-loading-amd.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/thirdparty/systemjs/test/tests/es6-loading-amd.js b/thirdparty/systemjs/test/tests/es6-loading-amd.js deleted file mode 100644 index 565fdd416..000000000 --- a/thirdparty/systemjs/test/tests/es6-loading-amd.js +++ /dev/null @@ -1,9 +0,0 @@ -System.register(["./es6-loading-amd-dep.js"], function($__export) { - "use strict"; - return { - setters: [function(m) { - $__export("amd", m.default); - }], - execute: function() {} - }; -}); |