mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Code refactoring (3) (es5 -> es2015)
This commit is contained in:
parent
739ed215ea
commit
e49f3c6692
11 changed files with 619 additions and 571 deletions
|
|
@ -7,7 +7,7 @@ import {aViewModels as VIEW_MODELS} from 'Common/Globals';
|
|||
import {delegateRun, windowResize, log, isUnd, pString} from 'Common/Utils';
|
||||
import {settings} from 'Common/Links';
|
||||
|
||||
import kn from 'Knoin/Knoin';
|
||||
import {setHash} from 'Knoin/Knoin';
|
||||
import {AbstractScreen} from 'Knoin/AbstractScreen';
|
||||
|
||||
class AbstractSettingsScreen extends AbstractScreen
|
||||
|
|
@ -135,7 +135,7 @@ class AbstractSettingsScreen extends AbstractScreen
|
|||
}
|
||||
else
|
||||
{
|
||||
kn.setHash(settings(), false, true);
|
||||
setHash(settings(), false, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue