Skip to content

Commit

Permalink
#7425 fix typo in SparkUI (#7429)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Jurowicz authored and scottdraves committed May 25, 2018
1 parent acb1858 commit a1a8d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/notebook/src/SparkUI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class SparkUIView extends widgets.VBoxView {
});
}

despose() {
dispose() {
super.dispose();
clearInterval(this.apiCallIntervalId);
}
Expand Down

0 comments on commit a1a8d74

Please sign in to comment.