Merge pull request #7693 from splitt3r/fix-js-type-hint

Fixed js typehint for showHtml method
This commit is contained in:
Morris Jobke 2018-01-04 11:01:02 +01:00 committed by GitHub
commit d984c4cdf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/