Media: Ensure Attachments.mirror returns true. see .

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

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