Skip to content

Commit

Permalink
Move event name into events.js internetarchive#460
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya31612 committed Dec 1, 2020
1 parent 0a5f4e6 commit 4c0a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/BookReader/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export const EVENTS = {
/* currently 3 represents thumbnail view */
'3PageViewSelected': '3PageViewSelected',
mobileNavOpen: 'mobileNavOpen',
pageChanged = 'pageChanged'
pageChanged: 'pageChanged'
};

0 comments on commit 4c0a8d9

Please sign in to comment.