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,9 +244,9 @@
|
||||
|
||||
// Create a new EditAttachment frame, passing along the library and the attachment model.
|
||||
this.editAttachmentFrame = new media.view.Frame.EditAttachments({
|
||||
router: this.gridRouter,
|
||||
library: library,
|
||||
model: model
|
||||
gridRouter: this.gridRouter,
|
||||
library: library,
|
||||
model: model
|
||||
});
|
||||
|
||||
// Listen to events on the edit attachment frame for triggering pagination callback handlers.
|
||||
|
Loading…
Reference in New Issue
Block a user