Bones/node_modules/systemjs/test/tests/amd-module-bom.js
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

5 lines
106 B
JavaScript

define([], function () {
// file starts with a byte order mark (BOM)
return { amd: true };
});