1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00
epub.js/hooks/extensions/embedh.js
2014-10-25 14:14:50 -07:00

9 lines
183 B
JavaScript

EpubGuest = function (element, options) {
return new Annotator.Guest(element, options);
}
window.hypothesisRole = EpubGuest;
window.hypothesisConfig = function () {
return {};
};