aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/amd-extra-deps.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/amd-extra-deps.js')
-rw-r--r--thirdparty/systemjs/test/tests/amd-extra-deps.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/amd-extra-deps.js b/thirdparty/systemjs/test/tests/amd-extra-deps.js
new file mode 100644
index 000000000..86b8777ff
--- /dev/null
+++ b/thirdparty/systemjs/test/tests/amd-extra-deps.js
@@ -0,0 +1,7 @@
+// NB update to "deps[]" when deps is deprecated
+"deps ./amd-dep-A.js";
+"deps ./amd-dep-B.js";
+
+define([], function() {
+ return [A, B];
+}); \ No newline at end of file