bugfix
This commit is contained in:
parent
e9c115fae4
commit
c2d4bcbc28
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ function module.init(shared)
|
|||
-- this is will keep reference from week table until
|
||||
-- inscance got GCed
|
||||
item:GetPropertyChangedSignal("ClassName"):Connect(regFn);
|
||||
elseif (valueType == "function" or valueType == "table") and bind(item,index,value,valueType) then -- connect event
|
||||
elseif (valueType == "function" or valueType == "table") and indexType == "string" and bind(item,index,value,valueType) then -- connect event
|
||||
-- event binding
|
||||
elseif indexType == "string" then
|
||||
-- prop set
|
||||
|
|
|
|||
Loading…
Reference in a new issue