summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorsplitt3r <splitt3r@users.noreply.github.com>2018-01-04 10:05:15 +0100
committersplitt3r <splitt3r@users.noreply.github.com>2018-01-04 10:05:15 +0100
commit6ca7a3e650ede25e8a1bb836620d32ca84a47a60 (patch)
tree7cb7affc36f856a78e659662cd42debce23d2d24 /core/js
parent493c255f7f774783b78a58d930a2d1f446274d51 (diff)
downloadnextcloud-server-6ca7a3e650ede25e8a1bb836620d32ca84a47a60.tar.gz
nextcloud-server-6ca7a3e650ede25e8a1bb836620d32ca84a47a60.zip
Fixed js typehint for showHtml method
Diffstat (limited to 'core/js')
-rw-r--r--core/js/js.js2
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
*/