Changeset 22139
- Timestamp:
- 10/09/2012 12:27:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r22138 r22139 521 521 522 522 /** 523 * wp.media.view.Attachment.Library 524 */ 525 media.view.Attachment.Library = media.view.Attachment.extend({ 526 className: 'attachment library' 527 }); 528 529 /** 523 530 * wp.media.view.Attachment.Gallery 524 531 */ … … 631 638 media.view.Workspace.Library = media.view.Workspace.extend({ 632 639 640 attachmentsView: { 641 // The single `Attachment` view to be used in the `Attachments` view. 642 AttachmentView: media.view.Attachment.Library 643 }, 644 633 645 initialize: function() { 634 646 media.view.Workspace.prototype.initialize.apply( this, arguments );
Note: See TracChangeset
for help on using the changeset viewer.