mirror of
https://github.com/nextcloud/server.git
synced 2026-03-12 21:52:19 -04:00
Fixed js typehint for showHtml method
This commit is contained in:
parent
493c255f7f
commit
6ca7a3e650
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue