Changeset 358 for Dev/branches/rest-dojo-ui/client/rft/pages/survey.js
- Timestamp:
- 07/12/12 14:39:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/survey.js
r355 r358 85 85 }, 86 86 /* Store code */ 87 GetQuestion: function(_id) {87 getQuestion: function(_id) { 88 88 return this.questions.get(_id); 89 89 }, 90 SetQuestion: function(question) {90 setQuestion: function(question) { 91 91 return this.questions.put(question); 92 },93 SyncStore: function() {94 92 }, 95 93 /* Browser code */
Note: See TracChangeset
for help on using the changeset viewer.