mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Update dependencies
This commit is contained in:
parent
1b2306c7b0
commit
ba8bf15b4c
7 changed files with 743 additions and 680 deletions
|
|
@ -9,7 +9,6 @@ import {
|
|||
$win,
|
||||
$html,
|
||||
$doc,
|
||||
startMicrotime,
|
||||
leftPanelDisabled,
|
||||
leftPanelType,
|
||||
sUserAgent,
|
||||
|
|
@ -17,16 +16,7 @@ import {
|
|||
bAnimationSupported
|
||||
} from 'Common/Globals';
|
||||
|
||||
import {
|
||||
noop,
|
||||
isNormal,
|
||||
pString,
|
||||
inArray,
|
||||
microtime,
|
||||
timestamp,
|
||||
detectDropdownVisibility,
|
||||
windowResizeCallback
|
||||
} from 'Common/Utils';
|
||||
import { isNormal, pString, detectDropdownVisibility, windowResizeCallback } from 'Common/Utils';
|
||||
|
||||
import { KeyState, Magics } from 'Common/Enums';
|
||||
import { root, rootAdmin, rootUser, populateAuthSuffix } from 'Common/Links';
|
||||
|
|
@ -45,7 +35,7 @@ class AbstractApp extends AbstractBoot {
|
|||
/**
|
||||
* @param {RemoteStorage|AdminRemoteStorage} Remote
|
||||
*/
|
||||
constructor(Remote) {
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
this.googlePreviewSupportedCache = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue