summaryrefslogtreecommitdiff
path: root/lib/epub.js/src/rendition.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/epub.js/src/rendition.js')
-rw-r--r--lib/epub.js/src/rendition.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/epub.js/src/rendition.js b/lib/epub.js/src/rendition.js
index f9ba53d..14a21b4 100644
--- a/lib/epub.js/src/rendition.js
+++ b/lib/epub.js/src/rendition.js
@@ -36,6 +36,9 @@ import ContinuousViewManager from "./managers/continuous/index";
* @param {boolean} [options.resizeOnOrientationChange] false to disable orientation events
* @param {string} [options.script] url of script to be injected
* @param {boolean | object} [options.snap=false] use snap scrolling
+ * @param {string} [options.defaultDirection='ltr'] default text direction
+ * @param {boolean} [options.allowScriptedContent=false] enable running scripts in content
+ * @param {boolean} [options.allowPopups=false] enable opening popup in content
*/
class Rendition {
constructor(book, options) {
@@ -54,7 +57,9 @@ class Rendition {
resizeOnOrientationChange: true,
script: null,
snap: false,
- defaultDirection: "ltr"
+ defaultDirection: "ltr",
+ allowScriptedContent: false,
+ allowPopups: false
});
extend(this.settings, options);
@@ -892,7 +897,7 @@ class Rendition {
*/
triggerSelectedEvent(cfirange, contents){
/**
- * Emit that a text selection has occured
+ * Emit that a text selection has occurred
* @event selected
* @param {string} cfirange
* @param {Contents} contents