[git] GPGME - branch, javascript-binding, updated. gpgme-1.11.1-76-g50da3ff
by Maximilian Krambach
cvs at cvs.gnupg.org
Wed Jul 18 13:43:09 CEST 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, javascript-binding has been updated
via 50da3ff2fddf0d35541f798313e881fef3cff869 (commit)
from ce0379d999039131c86dc0bb83e9b8edfee1c7d4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 50da3ff2fddf0d35541f798313e881fef3cff869
Author: Maximilian Krambach <maximilian.krambach at intevation.de>
Date: Wed Jul 18 13:43:47 2018 +0200
js: typo in comment
--
* Documentation typo that caused jsdoc to exit with an error
diff --git a/lang/js/src/permittedOperations.js b/lang/js/src/permittedOperations.js
index b5e9157..1c28ab8 100644
--- a/lang/js/src/permittedOperations.js
+++ b/lang/js/src/permittedOperations.js
@@ -28,7 +28,7 @@
* Currently accepted values are 'number', 'string', 'boolean'.
* @property {Boolean} array_allowed If the value can be an array of types
* defined in allowed
- * @property {<Array>} allowed_data (optional) restricts to the given values
+ * @property {Array<*>} allowed_data (optional) restricts to the given values
*/
/**
-----------------------------------------------------------------------
Summary of changes:
lang/js/src/permittedOperations.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list