Docs: Improve JSDoc for `admin-bar.js`.

Change an incorrect type and description after [43332].

Props afercia.
See #43871.


git-svn-id: https://develop.svn.wordpress.org/trunk@43341 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Anton Timmermans 2018-06-12 09:33:08 +00:00
parent 07f3c7097e
commit 517cdca538
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ if ( typeof(jQuery) != 'undefined' ) {
*
* @since 3.1.0
*
* @param {HTMLElement} e The HTML element.
* @param {Object} e The click event.
*
* @return {boolean} Returns false to prevent default click behavior.
*/