@@ -181,9 +181,7 @@ Fragment.prototype.destroy = function () {
if (this.parentFrag) {
this.parentFrag.childFrags.$remove(this)
}
- if (this.node) {
- this.node.__vfrag__ = null
- }
+ this.node.__vfrag__ = null
this.unlink()