mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
jshint -> eslint
This commit is contained in:
parent
40b3f929e9
commit
77a1d3f3df
100 changed files with 716 additions and 811 deletions
|
|
@ -5,9 +5,9 @@ import ko from 'ko';
|
|||
|
||||
class AbstractComponent
|
||||
{
|
||||
disposable = [];
|
||||
|
||||
constructor() {}
|
||||
constructor() {
|
||||
this.disposable = [];
|
||||
}
|
||||
|
||||
dispose() {
|
||||
this.disposable.forEach((funcToDispose) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue