|
|
|
@ -392,7 +392,7 @@
|
|
|
|
|
*/ |
|
|
|
|
_mount: function (force, deep, lifeHook, predicate, layer) { |
|
|
|
|
var self = this; |
|
|
|
|
if (!force && (this._isMounted || !this.isVisible() || this.__asking === true || !(this._isRoot === true || (this._parent && this._parent._isMounted === true)))) { |
|
|
|
|
if (!force && (this._isMounted || this.__asking === true || !(this._isRoot === true || (this._parent && this._parent._isMounted === true)))) { |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|
layer = layer || 0; |
|
|
|
|