@@ -31,7 +31,7 @@ LUNGO.Boot.Stats = (function(lng, undefined) {
name: lng.App.get('name'),
version: lng.App.get('version'),
icon: lng.App.get('icon')
- });
+ }, function(response) {});
};
return {
@@ -11,12 +11,12 @@
LUNGO.Boot = (function(lng, undefined) {
return function() {
- lng.Boot.Stats.start();
lng.Boot.Layout.start();
lng.Boot.Events.start();
lng.Boot.Data.start();
lng.Boot.Section.start();
lng.Boot.Article.start();
+ lng.Boot.Stats.start();
})(LUNGO);