Ignore:
Timestamp:
07/24/12 16:39:41 (13 years ago)
Author:
jkraaijeveld
Message:

Can now edit basic question properties and store them.

File:
1 edited

Legend:

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

    r371 r374  
    5555            },
    5656            _addAccount: function(item) {
     57                if (!this.session.accounts)
     58                    this.session.accounts = [];
    5759                this.session.accounts.push(item);
    5860                this._listView.insertItem(item);
Note: See TracChangeset for help on using the changeset viewer.