/*globals wp */ /** * wp.media.view.Attachment.Library * * @class * @augments wp.media.view.Attachment * @augments wp.media.View * @augments wp.Backbone.View * @augments Backbone.View */ var Library = wp.media.view.Attachment.extend({ buttons: { check: true } }); module.exports = Library;