Skip to content

Commit 80f1c47

Browse files
committed
Fixed lint errors
1 parent 8bc8b4b commit 80f1c47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/directives/history-graph/history-graph.directive.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ import Tooltip from 'appirio-tech-react-components/components/Tooltip/Tooltip.js
277277
$scope.historyRating = d.newRating
278278
$scope.historyDate = moment(d.ratingDate).format('YYYY-MM-DD')
279279
$scope.historyChallenge = d.challengeName
280-
window.clearInterval(toolTipHideIntervalId);
280+
window.clearInterval(toolTipHideIntervalId)
281281
$scope.$digest()
282-
282+
283283
d3.select('#chart-tooltip')
284284
.style('left', (d3.event.pageX-5) + 'px')
285285
.style('top', (d3.event.pageY-5) + 'px')
@@ -305,7 +305,7 @@ import Tooltip from 'appirio-tech-react-components/components/Tooltip/Tooltip.js
305305
d3.select('#chart-tooltip')
306306
.style('left', '-500px')
307307
.style('top', '-500px')
308-
},1500);
308+
},1500);
309309
})
310310

311311
}

0 commit comments

Comments
 (0)