diff options
Diffstat (limited to 'core/misc/dialog/dialog.js')
-rw-r--r-- | core/misc/dialog/dialog.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/misc/dialog/dialog.js b/core/misc/dialog/dialog.js index 197fae227313..ea1e52c8dc9a 100644 --- a/core/misc/dialog/dialog.js +++ b/core/misc/dialog/dialog.js @@ -55,10 +55,12 @@ * Polyfill HTML5 dialog element with jQueryUI. * * @param {HTMLElement} element + * The element that holds the dialog. * @param {object} options * jQuery UI options to be passed to the dialog. * * @return {Drupal.dialog~dialogDefinition} + * The dialog instance. */ Drupal.dialog = function (element, options) { var undef; |