Changeset 29069
- Timestamp:
- 07/10/2014 05:50:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-grid.js
r29068 r29069 245 245 // Create a new EditAttachment frame, passing along the library and the attachment model. 246 246 this.editAttachmentFrame = new media.view.Frame.EditAttachments({ 247 router: this.gridRouter,248 library: library,249 model: model247 gridRouter: this.gridRouter, 248 library: library, 249 model: model 250 250 }); 251 251
Note: See TracChangeset
for help on using the changeset viewer.