/* RainLoop Webmail (c) RainLoop Team | Licensed under CC BY-NC-SA 3.0 */ /** * @constructor * @extends KnoinAbstractBoot */ function AbstractApp() { KnoinAbstractBoot.call(this); this.oSettings = null; this.oPlugins = null; this.oLocal = null; this.oLink = null; this.oSubs = {}; this.isLocalAutocomplete = true; this.popupVisibilityNames = ko.observableArray([]); this.popupVisibility = ko.computed(function () { return 0 < this.popupVisibilityNames().length; }, this); this.iframe = $('