Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Fix linting error πŸ™ˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Apr 14, 2017
1 parent 5c76346 commit 9795557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/gh-task-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const GhTaskButton = Component.extend({
// has happened when the button is clicked
_restartAnimation: task(function* () {
if (this.$('.retry-animated').length) {
// eslint-disable-next-line
let elem = this.$('.retry-animated')[0];
elem.classList.remove('retry-animated');
yield timeout(10);
Expand Down

0 comments on commit 9795557

Please sign in to comment.