1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

bump version to 0.3.25

This commit is contained in:
Fred Chasen 2017-04-12 17:08:47 -04:00
parent 4dc35bfc72
commit bf9cd9f279
3 changed files with 3 additions and 4 deletions

View file

@ -102,7 +102,7 @@ class IframeView {
// Firefox has trouble with baseURI and srcdoc
// TODO: Disable for now in firefox
if("srcdoc" in this.iframe && !this.settings.globalOptions.disableSrcdoc) {
if("srcdoc" in this.iframe) {
this.supportsSrcdoc = true;
} else {
this.supportsSrcdoc = false;