Avoid JS errors after [29057].
See #24716. git-svn-id: https://develop.svn.wordpress.org/trunk@29069 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6d64d05018
commit
f2e2f4c19c
@ -244,7 +244,7 @@
|
|||||||
|
|
||||||
// Create a new EditAttachment frame, passing along the library and the attachment model.
|
// Create a new EditAttachment frame, passing along the library and the attachment model.
|
||||||
this.editAttachmentFrame = new media.view.Frame.EditAttachments({
|
this.editAttachmentFrame = new media.view.Frame.EditAttachments({
|
||||||
router: this.gridRouter,
|
gridRouter: this.gridRouter,
|
||||||
library: library,
|
library: library,
|
||||||
model: model
|
model: model
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user