js/foundation/control/valueaction/valueaction.js in rsence-pre-2.2.0.19 vs js/foundation/control/valueaction/valueaction.js in rsence-pre-2.2.0.20
- old
+ new
@@ -31,17 +31,16 @@
this.parent.viewsZOrder.splice( _viewZIdx, 1 );
var _sysUpdateZIndexOfChildrenBufferIndex = HSystem._updateZIndexOfChildrenBuffer.indexOf( this.viewId );
if(_sysUpdateZIndexOfChildrenBufferIndex !== -1){
HSystem._updateZIndexOfChildrenBuffer.splice( _sysUpdateZIndexOfChildrenBufferIndex, 1 );
}
- this._updateZIndexAllSiblings();
this.parent = null;
this.parents = [];
}
return this;
},
die: function(){
- this.parent.removeView( this );
+ this.parent.removeView( this.viewId );
if( this.valueObj ){
this.valueObj.release( this );
}
this.value = null;
this.viewId = null;