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:
parent
6b25126f00
commit
b88aab25d9
14 changed files with 1116 additions and 766 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue