fix: error fix
This commit is contained in:
parent
aabdb85ee7
commit
9c92cfb848
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function module.init(shared)
|
||||||
["CreatedSync::"] = function (this,func)
|
["CreatedSync::"] = function (this,func)
|
||||||
func(this);
|
func(this);
|
||||||
end;
|
end;
|
||||||
["Created::"] = function (this,func)
|
["CreatedAsync::"] = function (this,func)
|
||||||
wrap(func)(this);
|
wrap(func)(this);
|
||||||
end;
|
end;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue