(function(){ "use strict"; KC3StrategyTabs.newsfeed = new KC3StrategyTab("newsfeed"); KC3StrategyTabs.newsfeed.definition = { tabSelf: KC3StrategyTabs.newsfeed, player: {}, statistics: {}, /* INIT Prepares all data needed ---------------------------------*/ init :function(){ }, /* EXECUTE Places data onto the interface ---------------------------------*/ execute :function(){ } }; })();