JSHint after [32806]

See #32576.


git-svn-id: https://develop.svn.wordpress.org/trunk@32815 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ella Iseulde Van Dorpe 2015-06-17 04:14:06 +00:00
parent f9ae6b826a
commit 2b857dfdc3
1 changed files with 1 additions and 1 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' ) ) {