diff options
Diffstat (limited to 'core/js')
-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 */ |