Changeset 22750
- Timestamp:
- 11/21/2012 12:11:38 PM (12 years ago)
- Location:
- trunk/wp-includes/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-models.js
r22746 r22750 435 435 this.reset( [], { silent: true } ); 436 436 this.observe( attachments ); 437 438 return this; 437 439 }, 438 440 -
trunk/wp-includes/js/media-views.js
r22745 r22750 404 404 }; 405 405 406 composite.observe( original ).observe( exclude ); 407 408 // When `more()` is triggered on the composite collection, 409 // pass the command over to the `original`, which will 410 // populate the query. 411 composite.more = _.bind( original.more, original ); 406 composite.mirror( original ).observe( exclude ); 412 407 413 408 this.set( 'library', composite );
Note: See TracChangeset
for help on using the changeset viewer.