systemjs/test/tests/amd-module.js
2013-06-23 22:43:11 -07:00

6 lines
81 B
JavaScript

define(['./amd-dep'], function(d) {
return {
dep: d,
amd: true
};
});