From 6ca7a3e650ede25e8a1bb836620d32ca84a47a60 Mon Sep 17 00:00:00 2001 From: splitt3r Date: Thu, 4 Jan 2018 10:05:15 +0100 Subject: [PATCH] Fixed js typehint for showHtml method --- core/js/js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/js.js b/core/js/js.js index 0b28310c72..f9a5f2b338 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 */