From 8ce9ca1d928bda4b2721dfda03dbf2831b12626c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 11 Apr 2023 07:19:49 +0300 Subject: bump epubjs to 0.3.93 --- lib/epub.js/src/mapping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/epub.js/src/mapping.js') diff --git a/lib/epub.js/src/mapping.js b/lib/epub.js/src/mapping.js index 4216204..0075f29 100644 --- a/lib/epub.js/src/mapping.js +++ b/lib/epub.js/src/mapping.js @@ -73,7 +73,7 @@ class Mapping { walk(root, func) { // IE11 has strange issue, if root is text node IE throws exception on // calling treeWalker.nextNode(), saying - // Unexpected call to method or property access instead of returing null value + // Unexpected call to method or property access instead of returning null value if(root && root.nodeType === Node.TEXT_NODE) { return; } -- cgit v1.2.3