Last change
on this file since 443 was
443,
checked in by hendrikvanantwerpen, 12 years ago
|
Reorganized for Node --- the SVN gods hate us all!
Lost all historical info on moved files, because SVN is a f *.
Also we have Node now, serving both the static content and forwarding
database requests.
|
File size:
388 bytes
|
Line | |
---|
1 | define([],function(){ |
---|
2 | var SurveyRun = { |
---|
3 | create: function(){ |
---|
4 | return { type:'Response' }; |
---|
5 | }, |
---|
6 | SurveyRun: { |
---|
7 | get: function(r) { |
---|
8 | return r.surveyRunId || null; |
---|
9 | }, |
---|
10 | set: function(r,sr) { |
---|
11 | r.surveyRunId = sr; |
---|
12 | return r; |
---|
13 | } |
---|
14 | } |
---|
15 | }; |
---|
16 | return SurveyRun; |
---|
17 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.