mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Convert user stores to single object instances
Removed unused ContactUserStore.exportingCsv and ContactUserStore.exportingVcf
This commit is contained in:
parent
914c6e8d14
commit
6a454ec624
46 changed files with 671 additions and 710 deletions
|
|
@ -63,7 +63,7 @@ unlockEvents.forEach(type => doc.addEventListener(type, unlock, true));
|
|||
* Browsers can't play without user interaction
|
||||
*/
|
||||
|
||||
const SMAudio = new class {
|
||||
export const SMAudio = new class {
|
||||
constructor() {
|
||||
player || (player = createNewObject());
|
||||
|
||||
|
|
@ -119,5 +119,3 @@ const SMAudio = new class {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
export default SMAudio;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue