/* 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.popupVisibility = ko.observable(false); this.iframe = $('