Remove todo

This commit is contained in:
Dennis Eichhorn 2018-12-01 21:30:44 +01:00
parent c1335efe18
commit a7d6bf4ec8

View File

@ -163,7 +163,6 @@
this.callbacks[group].callbacks[i](data);
}
// todo: only removes/resets if last func is remove/reset. this is messy, change
if (this.callbacks[group].remove) {
this.detach(group);
} else if (this.callbacks[group].reset) {