Преглед изворни кода

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

Fixed js typehint for showHtml method
tags/v13.0.0beta4
Morris Jobke пре 6 година
родитељ
комит
d984c4cdf1
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      core/js/js.js

+ 1
- 1
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
*/

Loading…
Откажи
Сачувај