Changeset 426 for Dev/trunk/client/qed/qed.profile.js
- Timestamp:
- 03/13/13 17:07:58 (12 years ago)
- Location:
- Dev/trunk
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk
- Property svn:ignore
-
old new 1 1 data 2 2 nbproject 3 node_modules
-
- Property svn:ignore
-
Dev/trunk/client
- Property svn:externals
-
old new 1 dojo http://svn.dojotoolkit.org/src/tags/release-1.8. 0/dojo2 dijit http://svn.dojotoolkit.org/src/tags/release-1.8. 0/dijit3 dojox http://svn.dojotoolkit.org/src/tags/release-1.8. 0/dojox4 util http://svn.dojotoolkit.org/src/tags/release-1.8. 0/util1 dojo http://svn.dojotoolkit.org/src/tags/release-1.8.3/dojo 2 dijit http://svn.dojotoolkit.org/src/tags/release-1.8.3/dijit 3 dojox http://svn.dojotoolkit.org/src/tags/release-1.8.3/dojox 4 util http://svn.dojotoolkit.org/src/tags/release-1.8.3/util
-
- Property svn:externals
-
Dev/trunk/client/qed/qed.profile.js
r424 r426 3 3 resourceTags: { 4 4 amd: function (filename, mid) { 5 return /\.js$/.test(filename);5 return (/\.js$/).test(filename); 6 6 }, 7 7 declarative: function (filename, mid) { 8 return /\.html$/.test(filename);8 return (/\.html$/).test(filename); 9 9 }, 10 10 copyOnly: function(filename,mid) {
Note: See TracChangeset
for help on using the changeset viewer.