jQuery requires a string to make this an update call

This commit is contained in:
Joseph Schorr 2014-10-17 11:33:33 -04:00
parent 28e31150b9
commit ddab067ebf

View file

@ -901,7 +901,7 @@ ImageHistoryTree.prototype.toggle_ = function(d) {
ImageHistoryTree.prototype.dispose = function() {
var container = this.container_ ;
$('#' + container).removeOverscroll();
$('#' + container).html();
$('#' + container).html('');
};
////////////////////////////////////////////////////////////////////////////////