Themes screen: remove extra debounce when searching.

Props evansolomon. Fixes #31812.
Built from https://develop.svn.wordpress.org/trunk@31995


git-svn-id: http://core.svn.wordpress.org/trunk@31974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2015-04-03 02:37:32 +00:00
parent 2d36b8ff4a
commit 52db6356a1
3 changed files with 3 additions and 3 deletions

View File

@ -1289,7 +1289,7 @@ themes.view.InstallerSearch = themes.view.Search.extend({
event.target.value = '';
}
_.debounce( _.bind( this.doSearch, this ), 300 )( event.target.value );
this.doSearch( event.target.value );
},
doSearch: _.debounce( function( value ) {

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta3-31994';
$wp_version = '4.2-beta3-31995';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.