source:
Dev/trunk/src/client/qed-client/qed-client.profile.js
@
472
Last change on this file since 472 was 452, checked in by hendrikvanantwerpen, 12 years ago | |
---|---|
File size: 312 bytes |
Rev | Line | |
---|---|---|
[452] | 1 | var 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.