aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/amd-module-bom.js
blob: 0f3de0b7f692864b795e8cbb8746846730343e05 (plain)
1
2
3
4
define([], function () {
    // file starts with a byte order mark (BOM)
    return { amd: true };
});