Fix the build file after [31562].

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


git-svn-id: http://core.svn.wordpress.org/trunk@31544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2015-02-26 23:02:24 +00:00
parent a8dcd7aced
commit c43fcec0e3
2 changed files with 1 additions and 4 deletions

View File

@ -685,9 +685,6 @@ Manage = MediaFrame.extend({
this.bindSearchHandler(); this.bindSearchHandler();
}, },
/**
* The views must interact with form controls that are not part of a frame
*/
bindSearchHandler: function() { bindSearchHandler: function() {
var search = this.$( '#media-search-input' ), var search = this.$( '#media-search-input' ),
currentSearch = this.options.container.data( 'search' ), currentSearch = this.options.container.data( 'search' ),

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.2-alpha-31562'; $wp_version = '4.2-alpha-31563';
/** /**
* 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.