source: Dev/trunk/src/client/qed-client/qed-client.profile.js @ 532

Last change on this file since 532 was 452, checked in by hendrikvanantwerpen, 12 years ago

Completed separation of client and server.

File size: 312 bytes
Line 
1var profile = (function(){
2    return {
3        resourceTags: {
4            amd: function (filename, mid) {
5                return (/\.js$/).test(filename);
6            },
7            declarative: function (filename, mid) {
8                return (/\.html$/).test(filename);
9            }
10        }
11    };
12})();
Note: See TracBrowser for help on using the repository browser.