Skip to content

Commit

Permalink
fix: typo in var name (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie authored and pi0 committed Oct 1, 2019
1 parent 9f23404 commit e47885a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loading.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class LoadingUI {
}

clearStates (hasErrors) {
this.status = []
this.states = []
this.allDone = false
this.hasErrors = !!hasErrors
}
Expand Down

0 comments on commit e47885a

Please sign in to comment.