this.inherited(arguments); if(this.splitter){ // find our splitter and tie into it's drag logic var myid = this.id; dijit.registry.filter(function(w){ return w && w.child && w.child.id == myid; }).forEach(dojo.hitch(this,function(w){ this.connect(w,"_stopDrag","_afterResize"); })); } this._currentSize = dojo.marginBox(this.domNode); this._showSize = this._currentSize[(this._isHorizontal ? "h" : "w")]; this._setupAnims();