bugfixed
This commit is contained in:
parent
d4f637eab7
commit
3afa598bfb
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ function module.init(shared)
|
||||||
child = {};
|
child = {};
|
||||||
rawset(to,"__child",child);
|
rawset(to,"__child",child);
|
||||||
end
|
end
|
||||||
insert(child,this):
|
insert(child,this);
|
||||||
end
|
end
|
||||||
return setmetatable({to = to,this = this},mount);
|
return setmetatable({to = to,this = this},mount);
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue