Changeset 22659
- Timestamp:
- 11/19/2012 03:33:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r22658 r22659 2551 2551 }, 2552 2552 2553 destroy: function() { 2554 this.remove(); 2553 dispose: function() { 2555 2554 this.toolbar.destroy(); 2556 2555 this.attachments.destroy(); 2556 media.View.prototype.dispose.apply( this, arguments ); 2557 2557 }, 2558 2558
Note: See TracChangeset
for help on using the changeset viewer.