Changeset 405 for Dev/branches/rest-dojo-ui/client/rft/ui/LoginDialog.js
- Timestamp:
- 09/03/12 14:05:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/ui/LoginDialog.js
r288 r405 9 9 baseClass: "rftLoginDialog", 10 10 startup: function() { 11 if ( this._started ){ return; } 11 12 this.inherited(arguments); 12 13 this.loginForm.on('submit',lang.hitch(this,'onLogin'));
Note: See TracChangeset
for help on using the changeset viewer.