@internetarchive/bookreader
Advanced tools
Comparing version 4.20.1-alpha1 to 4.20.1-alpha2
{ | ||
"name": "@internetarchive/bookreader", | ||
"version": "4.20.1-alpha1", | ||
"version": "4.20.1-alpha2", | ||
"description": "The Internet Archive BookReader.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -47,3 +47,5 @@ //@ts-check | ||
error: function (e) { | ||
error: function (e, x, y) { | ||
console.log("TEXT SEL ERROR", e, x, y) | ||
debugger; | ||
return undefined; | ||
@@ -55,2 +57,5 @@ } | ||
return xmlMap && $(xmlMap).find("OBJECT"); | ||
}).always((e, x, y) => { | ||
console.log("TEXT SEL ALWAYS", e, x, y); | ||
debugger; | ||
}); | ||
@@ -57,0 +62,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
7886004
47122