Skip to content

Commit e47885a

Browse files
pimliepi0
authored andcommitted
fix: typo in var name (#47)
1 parent 9f23404 commit e47885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/loading.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class LoadingUI {
7373
}
7474

7575
clearStates (hasErrors) {
76-
this.status = []
76+
this.states = []
7777
this.allDone = false
7878
this.hasErrors = !!hasErrors
7979
}

0 commit comments

Comments
 (0)