mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Code refactoring
This commit is contained in:
parent
60bac7192f
commit
90d95d3ca4
28 changed files with 977 additions and 924 deletions
|
|
@ -1,8 +1,8 @@
|
|||
|
||||
import {window, $} from 'common';
|
||||
import {bMobileDevice, bSafari} from 'Common/Globals';
|
||||
import Links from 'Common/Links';
|
||||
import Events from 'Common/Events';
|
||||
import * as Links from 'Common/Links';
|
||||
import * as Events from 'Common/Events';
|
||||
import {trim} from 'Common/Utils';
|
||||
|
||||
class Audio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue