Update dependencies

This commit is contained in:
RainLoop Team 2019-10-17 01:43:04 +03:00
parent 1b2306c7b0
commit ba8bf15b4c
7 changed files with 743 additions and 680 deletions

View file

@ -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;