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:
Scott Taylor 2014-07-10 17:51:16 +00:00
parent 1a2963fabd
commit ed5fa055e1
2 changed files with 4 additions and 4 deletions

View File

@ -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
}); });

File diff suppressed because one or more lines are too long