mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
update
This commit is contained in:
parent
3c67b1c134
commit
149566ec5d
Binary file not shown.
@ -263,7 +263,10 @@ namespace OS {
|
||||
}
|
||||
this.observable[evt].one.forEach((f) => f(d));
|
||||
this.observable[evt].one = new Set();
|
||||
this.observable[evt].many.forEach((f) => f(d));
|
||||
this.observable[evt].many.forEach((f) => {
|
||||
console.log(f, d);
|
||||
f(d)
|
||||
});
|
||||
}
|
||||
};
|
||||
if (evtName === "*") {
|
||||
|
Loading…
Reference in New Issue
Block a user