Changeset 22753
- Timestamp:
- 11/21/2012 12:53:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-models.js
r22750 r22753 426 426 mirror: function( attachments ) { 427 427 if ( this.mirroring && this.mirroring === attachments ) 428 return ;428 return this; 429 429 430 430 this.unmirror();
Note: See TracChangeset
for help on using the changeset viewer.