bugfix
This commit is contained in:
parent
8e05669ff2
commit
e6784166f2
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ function module.init(shared)
|
|||
function new.mount(to,this,holder)
|
||||
local thisObject = this;
|
||||
if type(this) == "table" then
|
||||
thisObject = this.__object;
|
||||
thisObject = rawget(this,"__object");
|
||||
local parent = rawget(this,"__parent");
|
||||
if type(parent) == "table" then
|
||||
local parentChild = rawget(parent,"__child");
|
||||
|
|
|
|||
Loading…
Reference in a new issue