Enhancements in the installation.js comments.

This commit is contained in:
Alex Tselegidis 2016-05-14 12:26:08 +02:00
parent bb87fb51bd
commit 1fecef4cff

View file

@ -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() { function validate() {
try { try {
@ -131,7 +133,7 @@ $(document).ready(function() {
/** /**
* Get the admin data as an object. * Get the admin data as an object.
* *
* @returns {object} * @return {Object}
*/ */
function getAdminData() { function getAdminData() {
var admin = { var admin = {
@ -149,7 +151,7 @@ $(document).ready(function() {
/** /**
* Get the company data as an object. * Get the company data as an object.
* *
* @returns {object} * @return {Object}
*/ */
function getCompanyData() { function getCompanyData() {
var company = { var company = {