1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Updated Expands and Layout methods

This commit is contained in:
Fred Chasen 2015-05-24 09:44:35 -04:00
parent 6b25126f00
commit b88aab25d9
14 changed files with 1116 additions and 766 deletions

View file

@ -105,7 +105,7 @@ EPUBJS.Book.prototype.open = function(_url){
} else {
book.url = packageUri.directory;
}
return book.request(book.packageUrl);
}).catch(function(error) {
// handle errors in either of the two requests