Docs: Improve JSDoc for admin-bar.js.

Change an incorrect type and description after [43332].

Props afercia.
See #43871.

Built from https://develop.svn.wordpress.org/trunk@43341


git-svn-id: http://core.svn.wordpress.org/trunk@43169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
atimmer 2018-06-28 02:27:38 +00:00
parent a449ac386e
commit ba9e0ac030
2 changed files with 2 additions and 2 deletions

View File

@ -409,7 +409,7 @@ if ( typeof(jQuery) != 'undefined' ) {
* *
* @since 3.1.0 * @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. * @return {boolean} Returns false to prevent default click behavior.
*/ */

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-43340'; $wp_version = '5.0-alpha-43341';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.