Ignore:
Timestamp:
09/03/12 14:05:37 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Guarded widget startup() functions.

File:
1 edited

Legend:

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

    r288 r405  
    99            baseClass: "rftLoginDialog",
    1010            startup: function() {
     11                if ( this._started ){ return; }
    1112                this.inherited(arguments);
    1213                this.loginForm.on('submit',lang.hitch(this,'onLogin'));
Note: See TracChangeset for help on using the changeset viewer.