Improved indentation in fields example

This commit is contained in:
Alexander Cerutti
2019-03-30 00:45:02 +01:00
parent 7c2540a93d
commit 447d71709e
2 changed files with 86 additions and 86 deletions

View File

@@ -699,8 +699,8 @@ class Pass {
* Validates the contents of the passed options and handle them
*
* @function readCertificates
* @params {Object} certificates - certificates object with raw content and, optionally,
* the already parsed certificates
* @params {Object} certificates - certificates object with raw content
* and, optionally, the already parsed certificates
* @returns {Object} - parsed certificates to be pushed to Pass.Certificates.
*/
@@ -817,11 +817,11 @@ function dateToW3CString(date, format) {
}
/**
* Apply a filter to arg0 to remove hidden files names (starting with dot)
* Apply a filter to arg0 to remove hidden files names (starting with dot)
*
* @function removeHidden
* @params {String[]} from - list of file names
* @return {String[]}
* @function removeHidden
* @params {String[]} from - list of file names
* @return {String[]}
*/
function removeHidden(from) {