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

git-svn-id: https://develop.svn.wordpress.org/trunk@27266 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-02-25 17:31:19 +00:00
parent 7b944c03a6
commit 1e078dd1e4
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;