Changeset 21908
- Timestamp:
- 09/19/2012 01:00:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r21906 r21908 541 541 542 542 render: function() { 543 // Detach the list from the DOM to prevent event removal. 544 this.$list.detach(); 545 543 546 this.$el.html( this.template( this.options ) ).append( this.$list ); 544 547 this.refresh();
Note: See TracChangeset
for help on using the changeset viewer.