Changeset 22548
- Timestamp:
- 11/12/2012 06:02:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r22547 r22548 557 557 558 558 reset: function() { 559 _.each( _. without( _.keys( this.attributes ), _.keys( this.defaults ) ), function( key ) {559 _.each( _.difference( _.keys( this.attributes ), _.keys( this.defaults ) ), function( key ) { 560 560 this.unset( key ); 561 561 }, this );
Note: See TracChangeset
for help on using the changeset viewer.