Skip to content

Commit a9a0362

Browse files
w33bletsullivan
authored andcommitted
update the docblock
1 parent 507429f commit a9a0362

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/ui/public/notify/notifier.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,10 +402,12 @@ Notifier.prototype.banner = function (msg, cb) {
402402

403403
/**
404404
* Display a custom message
405+
* @param {String} msg
405406
* @param {Object} config
407+
* @param {Function} cb
408+
*
406409
* config = {
407410
* title: 'Some Title here',
408-
* content: 'Some markdown content',
409411
* type: 'info',
410412
* actions: [{
411413
* text: 'next',

0 commit comments

Comments
 (0)