From 1fecef4cffc94a2e07edeaa4e95f9405f1ebc80c Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 14 May 2016 12:26:08 +0200 Subject: [PATCH] Enhancements in the installation.js comments. --- src/assets/js/installation.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/assets/js/installation.js b/src/assets/js/installation.js index 473108b5..b50ab7ca 100644 --- a/src/assets/js/installation.js +++ b/src/assets/js/installation.js @@ -74,9 +74,11 @@ $(document).ready(function() { }); /** - * Validates the user input. Use this before executing the installation procedure. + * Validates the user input. * - * @returns {bool} Returns the validation result. + * Use this before executing the installation procedure. + * + * @returns {Boolean} Returns the validation result. */ function validate() { try { @@ -131,7 +133,7 @@ $(document).ready(function() { /** * Get the admin data as an object. * - * @returns {object} + * @return {Object} */ function getAdminData() { var admin = { @@ -149,7 +151,7 @@ $(document).ready(function() { /** * Get the company data as an object. * - * @returns {object} + * @return {Object} */ function getCompanyData() { var company = {