Skip to content

Commit

Permalink
Merge pull request #3768 from tonybishnoi/patch-1
Browse files Browse the repository at this point in the history
minor fix to function name written in explanation
  • Loading branch information
smith558 authored Oct 24, 2024
2 parents b258d7d + 6f08958 commit 34a80e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

The error occurs because `ask` gets functions `loginOk/loginFail` without the object.
The error occurs because `askPassword` gets functions `loginOk/loginFail` without the object.

When it calls them, they naturally assume `this=undefined`.

Expand Down

0 comments on commit 34a80e7

Please sign in to comment.