Commit 5c64ccfa authored by Andrew Nacin's avatar Andrew Nacin
Browse files

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

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


git-svn-id: https://core.svn.wordpress.org/trunk@27123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent b18aee25
Loading
Loading
Loading
Loading
+126 −126
Original line number Diff line number Diff line
@@ -474,7 +474,7 @@
			this.frame = wp.media( _.extend( {
				frame:     'post',
				editing:   true,
 				multiple:  true,
				multiple:  true
			}, args ) ).open();

			return this.frame;
+110 −110

File changed.

Contains only whitespace changes.