Media: Ensure Attachments.mirror returns true. see #21390.

git-svn-id: http://core.svn.wordpress.org/trunk@22753 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Daryl Koopersmith 2012-11-21 12:53:02 +00:00
parent 07a0349e2c
commit 1a3e06ddd5
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ window.wp = window.wp || {};
mirror: function( attachments ) {
if ( this.mirroring && this.mirroring === attachments )
return;
return this;
this.unmirror();
this.mirroring = attachments;