mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
EPUBJS.Hooks.register("beforeChapterDisplay").wgxpath = function(callback, renderer){
|
|
|
|
wgxpath.install(renderer.render.window);
|
|
|
|
if(callback) callback();
|
|
};
|
|
|
|
wgxpath.install(window);
|