Revert freezing of epubReadingSystem as it throws and I can't be bothered figuring out why

This commit is contained in:
Kovid Goyal 2017-04-12 10:26:24 +05:30
parent ab45cb8fb1
commit 057d3604fc
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -59,7 +59,7 @@ class EPUBReadingSystem:
class IframeBoss:
def __init__(self):
window.navigator.epubReadingSystem = Object.freeze(EPUBReadingSystem())
window.navigator.epubReadingSystem = EPUBReadingSystem()
self.ready_sent = False
self.last_cfi = None
self.replace_history_on_next_cfi_update = True