Docs: Fix typo in a comment in js/media/routers/manage.js
.
Props mukesh27, garrett-eclipse. Fixes #51397. git-svn-id: https://develop.svn.wordpress.org/trunk@49058 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
73779aaa0a
commit
c729e4d732
@ -29,7 +29,7 @@ var Router = Backbone.Router.extend(/** @lends wp.media.view.MediaFrame.Manage.R
|
||||
}
|
||||
},
|
||||
|
||||
// Respond to the search route by filling the search field and trigggering the input event.
|
||||
// Respond to the search route by filling the search field and triggering the input event.
|
||||
search: function( query ) {
|
||||
jQuery( '#media-search-input' ).val( query ).trigger( 'input' );
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user