/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/account_ui.js

  • Committer: Gustav Hartvigsson
  • Date: 2014-11-20 20:20:53 UTC
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: gustav.hartvigsson@gmail.com-20141120202053-ew2o6942d9uuyuzs
* made the UserButton work in tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  },
50
50
  
51
51
  /**
52
 
   * add a new account to the list of accouts
 
52
   * add a new account to the list of accounts  
53
53
   */
54
54
  _add_new_account: function () {
55
55
    
 
56
  },
 
57
  
 
58
  _prepare_view: function () {
 
59
    
56
60
  }
57
61
  
58
62
});
 
63
 
 
64