aboutsummaryrefslogtreecommitdiff
path: root/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/index.js')
-rw-r--r--js/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/index.js b/js/index.js
index 8f500f1..e8118c4 100644
--- a/js/index.js
+++ b/js/index.js
@@ -51,6 +51,8 @@ Reveal.initialize = options => {
}
} );
+Reveal.isReady = () => false;
+
Reveal.VERSION = VERSION;
export default Reveal; \ No newline at end of file