From dfc5021e11cd5d5c15880a3e51a6b4fe7164c1c5 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 29 Sep 2016 16:47:33 -0700 Subject: [PATCH] [API] Fix JSDoc for Dialog --- src/api/ui/Dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/ui/Dialog.js b/src/api/ui/Dialog.js index 480f781809..8e3ea26b49 100644 --- a/src/api/ui/Dialog.js +++ b/src/api/ui/Dialog.js @@ -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 */