mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
// NB update to "deps[]" when deps is deprecated
|
|
"deps ./amd-dep-A.js";
|
|
"deps ./amd-dep-B.js";
|
|
|
|
define([], function() {
|
|
return [A, B];
|
|
}); |