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

    r396 r405  
    1414            actions: null,
    1515            startup: function() {
     16                if ( this._started ){ return; }
     17                                this.inherited(arguments);
    1618                this.line1 = new LineWithActionsWidget({
    1719                    actions: {
Note: See TracChangeset for help on using the changeset viewer.