Customize: Fix nav menu item search after Backbone update.

Fixes regression introduced in [36546].

See #34350.

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


git-svn-id: http://core.svn.wordpress.org/trunk@36642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2016-02-24 05:38:28 +00:00
parent 937b0c3241
commit 5ed6b0d31c
3 changed files with 5 additions and 3 deletions

View File

@ -187,6 +187,8 @@
// Close the panel if the URL in the preview changes
api.previewer.bind( 'url', this.close );
self.delegateEvents();
},
// Search input change handler.

File diff suppressed because one or more lines are too long

View File

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