mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Code refactoring (2) (es5 -> es2015)
This commit is contained in:
parent
38a1041a73
commit
a2308e251b
23 changed files with 760 additions and 821 deletions
|
|
@ -24,10 +24,10 @@ function FolderSystemPopupView()
|
|||
{
|
||||
AbstractView.call(this, 'Popups', 'PopupsFolderSystem');
|
||||
|
||||
Translator.initOnStartOrLangChange(function() {
|
||||
Translator.initOnStartOrLangChange(_.bind(function() {
|
||||
this.sChooseOnText = Translator.i18n('POPUPS_SYSTEM_FOLDERS/SELECT_CHOOSE_ONE');
|
||||
this.sUnuseText = Translator.i18n('POPUPS_SYSTEM_FOLDERS/SELECT_UNUSE_NAME');
|
||||
}, this);
|
||||
}, this));
|
||||
|
||||
this.notification = ko.observable('');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue