diff options
Diffstat (limited to 'thirdparty/systemjs/test/tests/legacy-plugin.js')
-rw-r--r-- | thirdparty/systemjs/test/tests/legacy-plugin.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/thirdparty/systemjs/test/tests/legacy-plugin.js b/thirdparty/systemjs/test/tests/legacy-plugin.js deleted file mode 100644 index 89fd23f8e..000000000 --- a/thirdparty/systemjs/test/tests/legacy-plugin.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = function(name, address, fetch, callback, errback) { - fetch(address, function(source) { - callback('exports.plugin = true; ' + source); - }); -} |