/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */ /** * @constructor * @extends AbstractSystemDropDownViewModel */ function MailBoxSystemDropDownViewModel() { AbstractSystemDropDownViewModel.call(this); } _.extend(MailBoxSystemDropDownViewModel.prototype, AbstractSystemDropDownViewModel.prototype);