[API] Fix JSDoc for Dialog

This commit is contained in:
Victor Woeltjen 2016-09-29 16:47:33 -07:00
parent 9e3a3529e0
commit dfc5021e11

View File

@ -3,7 +3,7 @@ define(['text!./dialog.html', 'zepto'], function (dialogTemplate, $) {
/**
* A dialog may be displayed to show blocking content to users.
* @param {module:openmct.View} view the view to show in the dialog
* @param {string [title] the title for this dialog
* @param {string} [title] the title for this dialog
* @constructor
* @memberof module:openmct
*/