improve
This commit is contained in:
parent
11bd501a6b
commit
923abb69e6
1 changed files with 1 additions and 3 deletions
|
|
@ -105,9 +105,7 @@ function module.init(shared)
|
||||||
-- this is using hacky of roblox instance
|
-- this is using hacky of roblox instance
|
||||||
-- this is will keep reference from week table until
|
-- this is will keep reference from week table until
|
||||||
-- inscance got GCed
|
-- inscance got GCed
|
||||||
item:GetPropertyChangedSignal("ClassName"):Connect(function ()
|
item:GetPropertyChangedSignal("ClassName"):Connect(regFn);
|
||||||
return regFn;
|
|
||||||
end);
|
|
||||||
elseif (valueType == "function" or valueType == "table") and bind(item,index,value,valueType) then -- connect event
|
elseif (valueType == "function" or valueType == "table") and bind(item,index,value,valueType) then -- connect event
|
||||||
-- event binding
|
-- event binding
|
||||||
elseif indexType == "string" then
|
elseif indexType == "string" then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue