mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Code refactoring (5) (es5 -> es2015)
This commit is contained in:
parent
c148e19ea3
commit
cec53b111f
68 changed files with 2210 additions and 2472 deletions
|
|
@ -66,8 +66,7 @@ import {AbstractApp} from 'App/Abstract';
|
|||
|
||||
class AppUser extends AbstractApp
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
constructor() {
|
||||
super(Remote);
|
||||
|
||||
this.moveCache = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue