Fix linting error 🙈

This commit is contained in:
Kevin Ansfield 2017-04-14 16:33:46 +01:00
parent 216eab51b0
commit 4ca78f7b33

View File

@ -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);