mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Remove unused AbstractBoot
This commit is contained in:
parent
71f6fb25e5
commit
03a40f3249
2 changed files with 1 additions and 9 deletions
|
|
@ -15,17 +15,14 @@ import LanguageStore from 'Stores/Language';
|
|||
import ThemeStore from 'Stores/Theme';
|
||||
|
||||
import { routeReload } from 'Knoin/Knoin';
|
||||
import { AbstractBoot } from 'Knoin/AbstractBoot';
|
||||
|
||||
const Settings = rl.settings;
|
||||
|
||||
class AbstractApp extends AbstractBoot {
|
||||
class AbstractApp {
|
||||
/**
|
||||
* @param {RemoteStorage|AdminRemoteStorage} Remote
|
||||
*/
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.isLocalAutocomplete = true;
|
||||
this.lastErrorTime = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue