mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fix eslint warnings
This commit is contained in:
parent
dd824179f1
commit
72ca818500
35 changed files with 510 additions and 290 deletions
|
|
@ -32,6 +32,7 @@ export default (App) => {
|
|||
;
|
||||
|
||||
// export
|
||||
/* eslint dot-notation: 0 */
|
||||
window['rl'] = window['rl'] || {};
|
||||
window['rl']['i18n'] = _.bind(Translator.i18n, Translator);
|
||||
|
||||
|
|
@ -82,4 +83,4 @@ export default (App) => {
|
|||
|
||||
}, 10));
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue