jQuery requires a string to make this an update call
This commit is contained in:
parent
28e31150b9
commit
ddab067ebf
1 changed files with 1 additions and 1 deletions
|
@ -901,7 +901,7 @@ ImageHistoryTree.prototype.toggle_ = function(d) {
|
||||||
ImageHistoryTree.prototype.dispose = function() {
|
ImageHistoryTree.prototype.dispose = function() {
|
||||||
var container = this.container_ ;
|
var container = this.container_ ;
|
||||||
$('#' + container).removeOverscroll();
|
$('#' + container).removeOverscroll();
|
||||||
$('#' + container).html();
|
$('#' + container).html('');
|
||||||
};
|
};
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Reference in a new issue