1
0
Fork 0
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:
Fred Chasen 2015-05-27 22:54:24 -04:00
parent 5c33f9c52b
commit 4670be6f4d
8 changed files with 203 additions and 215 deletions

View file

@ -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) {