Skip to content

Commit

Permalink
Remove statement and redundant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Oct 30, 2017
1 parent 83ff6ee commit cb5b636
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smoothie.js
Expand Up @@ -488,8 +488,6 @@
};

SmoothieChart.prototype.getTooltipEl = function () {
// Use a separate tooltip for each element across all chart instances
var el = SmoothieChart.tooltipEl;
// Create the tool tip element lazily
if (!this.tooltipEl) {
this.tooltipEl = document.createElement('div');
Expand Down

0 comments on commit cb5b636

Please sign in to comment.