Ticket #34350: 34350.5.diff
| File 34350.5.diff, 614 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/js/media-views.js
3754 3754 AttachmentView: wp.media.view.Attachment.Library 3755 3755 }); 3756 3756 3757 this. listenTo( this.controller,'toggle:upload:attachment', _.bind( this.toggleUploader, this ) );3757 this.controller.on( 'toggle:upload:attachment', _.bind( this.toggleUploader, this ) ); 3758 3758 this.controller.on( 'edit:selection', this.editSelection ); 3759 3759 this.createToolbar(); 3760 3760 if ( this.options.sidebar ) {