mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Avoid JS errors after [29057].
See #24716. Built from https://develop.svn.wordpress.org/trunk@29069 git-svn-id: http://core.svn.wordpress.org/trunk@28855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1a2963fabd
commit
ed5fa055e1
@ -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
|
||||||
});
|
});
|
||||||
|
2
wp-includes/js/media-grid.min.js
vendored
2
wp-includes/js/media-grid.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user