Changeset 13725

Show
Ignore:
Timestamp:
05/13/08 07:38:30 (2 months ago)
Author:
toonetown
Message:

problem with destroying grid - can not find mixin. !strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojox/trunk/grid/VirtualGrid.js

    r13646 r13725  
    179179                        this.edit.destroy(); 
    180180                        this.views.destroyViews(); 
    181                         this.inherited(arguments); 
     181                        dijit._Widget.prototype.destroy.apply(this, arguments); 
    182182                }, 
    183183