[ExercisePlanner]Updated Private -> RSA
[samples/web/ExercisePlanner.git] / js / app.js
index 071a3c6..d66e17f 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -444,7 +444,6 @@ var ExercisePlanner = function () {
                this.config.currentTypeOfPeriods = (this.todayIsWorkday()) ? 'workday' : 'weekend';
 
                this.generateAlarms();
-
                this.ui.initialize(onUiInitialize);
        };
 }());