var Unibase; (function (Unibase) { let Platform; (function (Platform) { let Communications; (function (Communications) { let Components; (function (Components) { let Remainders; (function (Remainders) { class Facebook extends Unibase.Platform.Core.BaseComponent { cssFiles() { throw new Error("Method not implemented."); } jsFiles() { throw new Error("Method not implemented."); } html(id, containerid) { var html = ''; return html; } load(id, containerid, callback) { throw new Error("Method not implemented."); } init(containerid) { debugger; this.loaddesign(containerid); } loaddesign(containerid) { var html = '
Facebook
'; debugger; $("." + containerid).append(html); } static Instance() { if (this.instance === null || this.instance === undefined) this.instance = new Facebook(); return this.instance; } } Remainders.Facebook = Facebook; })(Remainders = Components.Remainders || (Components.Remainders = {})); })(Components = Communications.Components || (Communications.Components = {})); })(Communications = Platform.Communications || (Platform.Communications = {})); })(Platform = Unibase.Platform || (Unibase.Platform = {})); })(Unibase || (Unibase = {}));