Simplify selectors in [30374].

props wonderboymusic, adamsilverstein.
see #29326.

git-svn-id: https://develop.svn.wordpress.org/trunk@30461 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-11-20 15:36:20 +00:00
parent bf014b7e30
commit e1d16e8080
1 changed files with 2 additions and 2 deletions

View File

@ -3018,7 +3018,7 @@
this.content.set( view );
// Trigger the controller to set focus
view.controller.trigger( 'edit:selection', this );
this.trigger( 'edit:selection', this );
},
editImageContent: function() {
@ -6266,7 +6266,7 @@
},
editSelection: function( modal ) {
modal.$el.find( '.media-button-backToLibrary' ).focus();
modal.$( '.media-button-backToLibrary' ).focus();
},
/**