Changeset 30124
- Timestamp:
- 10/31/2014 08:34:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r30123 r30124 1309 1309 * @param {wp.media.view.attachmentsBrowser} The attachments browser view. 1310 1310 */ 1311 renderSettings: function( attachmentsBrowserView) {1311 renderSettings: function( browser ) { 1312 1312 var library = this.get('library'), 1313 1313 collectionType = this.get('collectionType'), … … 1567 1567 * @augments Backbone.Model 1568 1568 * 1569 1569 * @param {object} [attributes] The attributes hash passed to the state. 1570 1570 * @param {string} [attributes.id=replace-image] Unique identifier. 1571 1571 * @param {string} [attributes.title=Replace Image] Title for the state. Displays in the media menu and the frame's title region.
Note: See TracChangeset
for help on using the changeset viewer.