mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
Code refactoring
Fixed languages popup Release commit
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */
|
||||
|
||||
(function (module, require) {
|
||||
|
||||
'use strict';
|
||||
|
||||
var
|
||||
_ = require('_'),
|
||||
|
||||
kn = require('App:Knoin'),
|
||||
AbstractSystemDropDownViewModel = require('View:RainLoop:AbstractSystemDropDown')
|
||||
;
|
||||
@@ -19,7 +20,8 @@
|
||||
kn.constructorEnd(this);
|
||||
}
|
||||
|
||||
kn.extendAsViewModel('SettingsSystemDropDownViewModel', SettingsSystemDropDownViewModel, AbstractSystemDropDownViewModel);
|
||||
kn.extendAsViewModel(['View:RainLoop:SettingsSystemDropDown', 'SettingsSystemDropDownViewModel'], SettingsSystemDropDownViewModel);
|
||||
_.extend(SettingsSystemDropDownViewModel.prototype, AbstractSystemDropDownViewModel.prototype);
|
||||
|
||||
module.exports = SettingsSystemDropDownViewModel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user