mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
New book / renderTo methods, added promises, new render, cfi parsing, seperate package parsing, added settings, removed modernizr, disabled offline storage until it can return apromise
This commit is contained in:
parent
0780411e0c
commit
751a87ca4b
24 changed files with 5038 additions and 1745 deletions
1
libs/jquery/jquery-1.9.0.js
vendored
1
libs/jquery/jquery-1.9.0.js
vendored
|
@ -9482,6 +9482,7 @@ jQuery.each( {scrollLeft: "pageXOffset", scrollTop: "pageYOffset"}, function( me
|
|||
});
|
||||
|
||||
function getWindow( elem ) {
|
||||
console.log(elem.nodeType);
|
||||
return jQuery.isWindow( elem ) ?
|
||||
elem :
|
||||
elem.nodeType === 9 ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue