Fixed mixed spaces and tabs. Also remove trailing comma. see #26631.

Built from https://develop.svn.wordpress.org/trunk@27266


git-svn-id: http://core.svn.wordpress.org/trunk@27123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-02-25 17:32:14 +00:00
parent 6dcd5cc69e
commit 74f2a32f52
2 changed files with 230 additions and 230 deletions

View File

@ -474,7 +474,7 @@
this.frame = wp.media( _.extend( {
frame: 'post',
editing: true,
multiple: true,
multiple: true
}, args ) ).open();
return this.frame;