mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Fixed resizing
This commit is contained in:
parent
5c33f9c52b
commit
4670be6f4d
8 changed files with 203 additions and 215 deletions
|
@ -52,6 +52,7 @@ EPUBJS.Section.prototype.replacements = function(_document){
|
|||
var task = new RSVP.defer();
|
||||
var base = _document.createElement("base"); // TODO: check if exists
|
||||
var head;
|
||||
|
||||
base.setAttribute("href", this.url);
|
||||
|
||||
if(_document) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue