mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
EpubGuest = function (element, options) {
|
|
return new Annotator.Guest(element, options);
|
|
}
|
|
|
|
window.hypothesisRole = EpubGuest;
|
|
|
|
window.hypothesisConfig = function () {
|
|
return {};
|
|
};
|