Changeset 402 for Dev/branches/rest-dojo-ui/client/rft/pages
- Timestamp:
- 08/26/12 22:39:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/survey.js
r399 r402 99 99 }, 100 100 _onShowPreview: function() { 101 content.goTo(' previewSurvey', {uid: store.getIdentity(this.survey)});101 content.goTo('viewSurvey', {uid: store.getIdentity(this.survey)}); 102 102 } 103 103 });
Note: See TracChangeset
for help on using the changeset viewer.