wallet-core/thirdparty/systemjs/test/tests/amd-module-bom.js

5 lines
106 B
JavaScript

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