diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-01-04 11:01:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 11:01:02 +0100 |
commit | d984c4cdf12d11dfb0971480386abb78913e1375 (patch) | |
tree | 74dc17c6d83aa62e19214e020d6f639344cb74c8 /core | |
parent | 298b79410d433a5394123393b2462eb870a64947 (diff) | |
parent | 6ca7a3e650ede25e8a1bb836620d32ca84a47a60 (diff) | |
download | nextcloud-server-d984c4cdf12d11dfb0971480386abb78913e1375.tar.gz nextcloud-server-d984c4cdf12d11dfb0971480386abb78913e1375.zip |
Merge pull request #7693 from splitt3r/fix-js-type-hint
Fixed js typehint for showHtml method
Diffstat (limited to 'core')
-rw-r--r-- | core/js/js.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js index 0b28310c728..f9a5f2b3381 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1145,7 +1145,7 @@ OC.Notification={ * * @param {string} html Message to display * @param {Object} [options] options - * @param {string] [options.type] notification type + * @param {string} [options.type] notification type * @param {int} [options.timeout=0] timeout value, defaults to 0 (permanent) * @return {jQuery} jQuery element for notification row */ |