mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
minified v0.2.15
This commit is contained in:
commit
1c69d08111
8 changed files with 16 additions and 14 deletions
|
@ -4298,11 +4298,13 @@ EPUBJS.Chapter.prototype.replaceWithStored = function(query, attr, func, callbac
|
|||
done(url, full);
|
||||
};
|
||||
|
||||
/*
|
||||
link.onerror = function(e){
|
||||
clearTimeout(timeout);
|
||||
done(url, full);
|
||||
console.error(e);
|
||||
};
|
||||
*/
|
||||
|
||||
if(query == "svg image") {
|
||||
//-- SVG needs this to trigger a load event
|
||||
|
|
File diff suppressed because one or more lines are too long
4
build/epub.min.js
vendored
4
build/epub.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6
build/libs/localforage.min.js
vendored
6
build/libs/localforage.min.js
vendored
File diff suppressed because one or more lines are too long
4
reader/js/epub.min.js
vendored
4
reader/js/epub.min.js
vendored
File diff suppressed because one or more lines are too long
9
reader/js/libs/jquery.min.js
vendored
9
reader/js/libs/jquery.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -360,11 +360,13 @@ EPUBJS.Chapter.prototype.replaceWithStored = function(query, attr, func, callbac
|
|||
done(url, full);
|
||||
};
|
||||
|
||||
/*
|
||||
link.onerror = function(e){
|
||||
clearTimeout(timeout);
|
||||
done(url, full);
|
||||
console.error(e);
|
||||
};
|
||||
*/
|
||||
|
||||
if(query == "svg image") {
|
||||
//-- SVG needs this to trigger a load event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue