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

git-svn-id: https://develop.svn.wordpress.org/trunk@22753 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-11-21 12:53:02 +00:00
parent d2c8701c37
commit 6ee49f047f

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;