WordPress/wp-includes/js/media/views/attachment/library.js

19 lines
304 B
JavaScript

/*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;