aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-27 13:15:26 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-27 13:15:26 +0200
commit0c9c9d55f36b01a15c064b33034a301b0385a3a1 (patch)
tree8083cfc257af734014b99b2d03cf623ac5b713f0 /js
parentfc62af9d5b84fc5d5b315fffb51e938c6dc011bf (diff)
downloadfosdem-2021-minimalism-presentation-0c9c9d55f36b01a15c064b33034a301b0385a3a1.tar
fosdem-2021-minimalism-presentation-0c9c9d55f36b01a15c064b33034a301b0385a3a1.tar.gz
add Reveal.isReady to pre-initialized API
Diffstat (limited to '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