Skip to content

Commit

Permalink
Fixed issue #2 - _isLoaded typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschrapel committed May 14, 2022
1 parent 6523c8d commit 2079382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vrEmuLcd.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ vrEmuLcdModule = {
}
}

vrEmuLcd.isLoaded = true;
vrEmuLcd._isLoaded = true;
vrEmuLcd._onLoaded();
}
}

0 comments on commit 2079382

Please sign in to comment.