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/LineWithActionsWidget.js

    r402 r405  
    2525                        },
    2626                        startup: function() {
     27                if ( this._started ){ return; }
    2728                                this.inherited(arguments);
    2829                                this._setupActions();
Note: See TracChangeset for help on using the changeset viewer.