From f33c6be7b50ec987bf8b4aa6b716f07c4a53c9f0 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Mon, 22 Feb 2016 10:51:47 +0900 Subject: Issue #2559697 by theMusician, eiriksm, AjitS, dimaro: JSDoc misc/ --- core/misc/announce.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/misc/announce.js') diff --git a/core/misc/announce.js b/core/misc/announce.js index 235c597ecc3..acf850a6414 100644 --- a/core/misc/announce.js +++ b/core/misc/announce.js @@ -29,6 +29,9 @@ * Builds a div element with the aria-live attribute and add it to the DOM. * * @type {Drupal~behavior} + * + * @prop {Drupal~behaviorAttach} attach + * Attaches the behavior for drupalAnnouce. */ Drupal.behaviors.drupalAnnounce = { attach: function (context) { @@ -98,6 +101,7 @@ * 'polite' or 'assertive'. * * @return {function} + * The return of the call to debounce. * * @see http://www.w3.org/WAI/PF/aria-practices/#liveprops */ -- cgit v1.2.3