Changeset 426 for Dev/trunk/client/qed/main-response.js
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/main-response.js
r420 r426 14 14 'dojo/domReady!', 15 15 'qed/stddeps' 16 ],function(date,locale,hash,parser,store,Content,Page,Path,async,Response,SurveyRun, response) {16 ],function(date,locale,hash,parser,store,Content,Page,Path,async,Response,SurveyRun,ResponsePage) { 17 17 parser.parse(); 18 18 Content.startup(); … … 73 73 .then(function(responseId){ 74 74 hash(Path.format("/"+surveyRunId,{ id: responseId })); 75 Content.set(new response({75 Content.set(new ResponsePage({ 76 76 surveyRunId: surveyRunId, 77 77 options: {
Note: See TracChangeset
for help on using the changeset viewer.