aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/amd-bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/amd-bundle.js')
-rw-r--r--thirdparty/systemjs/test/tests/amd-bundle.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/amd-bundle.js b/thirdparty/systemjs/test/tests/amd-bundle.js
new file mode 100644
index 000000000..8856e2db9
--- /dev/null
+++ b/thirdparty/systemjs/test/tests/amd-bundle.js
@@ -0,0 +1,6 @@
+define('bundle-1', function() {
+ return { defined: true };
+});
+define('bundle-2', function() {
+ return { defined: true };
+}); \ No newline at end of file