JSHint after [32806]

See #32576.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ella Iseulde Van Dorpe 2015-06-17 04:15:26 +00:00
parent 290044ef15
commit 1a4c6ad45d
2 changed files with 2 additions and 2 deletions

View File

@ -1138,7 +1138,7 @@
// Configure delete button.
$removeBtn = control.container.find( '.item-delete' );
$removeBtn.on( 'click', function( e ) {
$removeBtn.on( 'click', function() {
// Find an adjacent element to add focus to when this menu item goes away
var $adjacentFocusTarget;
if ( control.container.next().is( '.customize-control-nav_menu_item' ) ) {

View File

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