mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Code refactoring (v2)
This commit is contained in:
parent
90d95d3ca4
commit
80ab02363e
29 changed files with 858 additions and 857 deletions
|
|
@ -5,7 +5,7 @@ import {kill_CtrlA_CtrlS, detectDropdownVisibility, createCommand} from 'Common/
|
|||
import {$win, $html, data as GlobalsData, bMobileDevice} from 'Common/Globals';
|
||||
import * as Enums from 'Common/Enums';
|
||||
import * as Plugins from 'Common/Plugins';
|
||||
import Translator from 'Common/Translator';
|
||||
import {i18n} from 'Common/Translator';
|
||||
import EmailModel from 'Model/Email';
|
||||
|
||||
export default (App) => {
|
||||
|
|
@ -28,7 +28,7 @@ export default (App) => {
|
|||
|
||||
const rl = window.rl || {};
|
||||
|
||||
rl.i18n = Translator.i18n;
|
||||
rl.i18n = i18n;
|
||||
rl.createCommand = createCommand;
|
||||
|
||||
rl.addSettingsViewModel = Plugins.addSettingsViewModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue