Changeset 22787
- Timestamp:
- 11/21/2012 07:54:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-views.js
r22786 r22787 1810 1810 }, 1811 1811 1812 destroy: function() { 1813 wp.Uploader.queue.off( 'add remove reset change:percent', this.renderUploadProgress, this ); 1814 this.remove(); 1812 dispose: function() { 1813 wp.Uploader.queue.off( null, null, this ); 1814 media.View.prototype.dispose.apply( this, arguments ); 1815 return this; 1815 1816 }, 1816 1817 … … 1828 1829 1829 1830 this.$bar = this.$('.media-progress-bar div'); 1831 1832 this.views.render(); 1830 1833 return this; 1831 1834 },
Note: See TracChangeset
for help on using the changeset viewer.