bugfix
This commit is contained in:
parent
2c8c6b40d2
commit
584937b05d
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ function module.init(shared)
|
|||
return this;
|
||||
end
|
||||
function new.getStore(id)
|
||||
return storeIdSpace[id];
|
||||
return storeIdSpace[id] or new.new({},id);
|
||||
end
|
||||
|
||||
return new;
|
||||
|
|
|
|||
Loading…
Reference in a new issue