Fix the build file after [31562].

git-svn-id: https://develop.svn.wordpress.org/trunk@31563 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-02-26 23:01:55 +00:00
parent 41f89a3c14
commit e2d0ec507b
1 changed files with 0 additions and 3 deletions

View File

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