-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed scroll and single/double preferences dialog
- Loading branch information
1 parent
bce2ac8
commit 88b9ddd
Showing
7 changed files
with
90 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule readium-sdk
updated
1 files
+5 −2 | Platform/Apple/RDServices/Main/RDPackageResourceConnection.m |
Submodule readium-shared-js
updated
10 files
+30 −13 | js/helpers.js | |
+1 −1 | js/models/fixed_page_spread.js | |
+4 −0 | js/models/viewer_settings.js | |
+5 −5 | js/views/fixed_view.js | |
+24 −7 | js/views/media_overlay_player.js | |
+3 −0 | js/views/one_page_view.js | |
+6 −4 | js/views/reader_view.js | |
+130 −33 | js/views/reflowable_view.js | |
+40 −2 | js/views/scroll_view.js | |
+0 −8 | readium-module.json |