5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
define([], function () {
|
|
// file starts with a byte order mark (BOM)
|
|
return { amd: true };
|
|
});
|