Changeset 292 for Dev/branches/rest-dojo-ui/client/rft/run.js
- Timestamp:
- 02/28/12 16:19:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/run.js
r288 r292 20 20 'dijit/form/Button', 21 21 'dijit/form/Textarea', 22 'dijit/form/SimpleTextarea', 22 23 'dijit/form/ComboBox', 23 24 'dijit/form/Select', … … 31 32 32 33 // pages -> load dynamically? 33 'rft/pages/questions'], 34 'rft/pages/questions', 35 'rft/pages/surveys', 36 'rft/pages/survey', 37 ], 34 38 function(win,parser,LoginDialog,dom,connect,auth,content) { 35 39 parser.parse();
Note: See TracChangeset
for help on using the changeset viewer.