mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +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 ThemeStore from 'Stores/Theme';
|
||||||
|
|
||||||
import { routeReload } from 'Knoin/Knoin';
|
import { routeReload } from 'Knoin/Knoin';
|
||||||
import { AbstractBoot } from 'Knoin/AbstractBoot';
|
|
||||||
|
|
||||||
const Settings = rl.settings;
|
const Settings = rl.settings;
|
||||||
|
|
||||||
class AbstractApp extends AbstractBoot {
|
class AbstractApp {
|
||||||
/**
|
/**
|
||||||
* @param {RemoteStorage|AdminRemoteStorage} Remote
|
* @param {RemoteStorage|AdminRemoteStorage} Remote
|
||||||
*/
|
*/
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
|
||||||
|
|
||||||
this.isLocalAutocomplete = true;
|
this.isLocalAutocomplete = true;
|
||||||
this.lastErrorTime = 0;
|
this.lastErrorTime = 0;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
export class AbstractBoot {
|
|
||||||
bootstart() {
|
|
||||||
/* no-empty */
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue