Corrected JS comment typos.

This commit is contained in:
Alex Tselegidis 2015-12-30 23:02:07 +01:00
parent ab42d124b0
commit d9b8e4242a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ var BackendCustomers = {
* The page helper contains methods that implement each record type functionality * The page helper contains methods that implement each record type functionality
* (for now there is only the CustomersHelper). * (for now there is only the CustomersHelper).
* *
* @type {object{ * @type {object}
*/ */
helper: {}, helper: {},

View File

@ -369,7 +369,7 @@ var GeneralFunctions = {
/** /**
* Format a given date according to the date format setting. * Format a given date according to the date format setting.
* *
* @param {Date]} date The date to be formatted. * @param {Date} date The date to be formatted.
* @param {string} dateFormatSetting The setting provided by PHP must be one of * @param {string} dateFormatSetting The setting provided by PHP must be one of
* the "DMY", "MDY" or "YMD". * the "DMY", "MDY" or "YMD".
* @param {bool} addHours (optional) Whether to add hours to the result. * @param {bool} addHours (optional) Whether to add hours to the result.