var profile = (function(){ return { resourceTags: { amd: function (filename, mid) { return (/\.js$/).test(filename); }, declarative: function (filename, mid) { return (/\.html$/).test(filename); }, copyOnly: function(filename,mid) { return false; } } }; })();