Skip to content
Snippets Groups Projects
Commit 3fa1d2bf authored by syuilo's avatar syuilo
Browse files

fix for lint

parent a413144b
No related branches found
No related tags found
No related merge requests found
......@@ -192,8 +192,6 @@ export default (opts) => ({
this.items = this.items.slice(-opts.displayLimit);
this.more = true;
}
} else {
}
this.items.push(item);
// TODO
......
......@@ -98,7 +98,7 @@ export default class extends Channel {
@autobind
public dispose() {
this.subscriber.off(this.subCh, this.onEvent);
clearInterval(this.emitTypersIntervalId);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment