Code refactoring

This commit is contained in:
RainLoop Team 2016-06-16 02:36:44 +03:00
parent 60bac7192f
commit 90d95d3ca4
28 changed files with 977 additions and 924 deletions

View file

@ -1,7 +1,7 @@
import ko from 'ko';
import {$html, bMobileDevice} from 'Common/Globals';
import Settings from 'Storage/Settings';
import * as Settings from 'Storage/Settings';
class AbstractAppStore
{

View file

@ -1,6 +1,6 @@
import ko from 'ko';
import Settings from 'Storage/Settings';
import * as Settings from 'Storage/Settings';
import {AbstractAppStore} from 'Stores/AbstractApp';

View file

@ -2,7 +2,7 @@
import ko from 'ko';
import {Focused, KeyState} from 'Common/Enums';
import {keyScope} from 'Common/Globals';
import Settings from 'Storage/Settings';
import * as Settings from 'Storage/Settings';
import {isNonEmptyArray} from 'Common/Utils';
import {AbstractAppStore} from 'Stores/AbstractApp';