Ignore:
Timestamp:
07/12/12 14:39:26 (13 years ago)
Author:
tjcschipper
Message:

Omgevingsbewustzijnde schalingsfunctie

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/pages/survey.js

    r355 r358  
    8585                        },
    8686                        /* Store code */
    87                         GetQuestion: function(_id) {
     87                        getQuestion: function(_id) {
    8888                                return this.questions.get(_id);
    8989                        },
    90                         SetQuestion: function(question) {
     90                        setQuestion: function(question) {
    9191                                return this.questions.put(question);
    92                         },
    93                         SyncStore: function() {
    9492                        },
    9593                        /* Browser code */
Note: See TracChangeset for help on using the changeset viewer.