Changeset 22656
- Timestamp:
- 11/19/2012 02:44:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r22655 r22656 2411 2411 _.each(['add','remove'], function( method ) { 2412 2412 this.collection.on( method, function( attachment, attachments, options ) { 2413 console.log( method, 'attachment', attachment.id, 'at', options.index );2414 2413 this[ method ]( attachment, options.index ); 2415 2414 }, this );
Note: See TracChangeset
for help on using the changeset viewer.