Bones/node_modules/systemjs/test/tests/amd-module-2.js

6 lines
86 B
JavaScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
define([
'./amd-module.js',
'@empty',
], function () {
return { amd: true };
});