aboutsummaryrefslogtreecommitdiff
path: root/demo.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-07 18:22:19 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-07 18:22:19 +0100
commitd4a030f953df0e34ad288ab12fe9b8d09e5cade9 (patch)
treefc841fd3f61586ed9c1525b25db321979aaa5c8e /demo.html
parent0814176f3c22f511afd88fc0dc514e4c7338a5e7 (diff)
downloadfosdem-2021-minimalism-presentation-d4a030f953df0e34ad288ab12fe9b8d09e5cade9.tar
fosdem-2021-minimalism-presentation-d4a030f953df0e34ad288ab12fe9b8d09e5cade9.tar.gz
move plugin logic to Plugins controller
Diffstat (limited to 'demo.html')
-rw-r--r--demo.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/demo.html b/demo.html
index 8249a0b..d68215d 100644
--- a/demo.html
+++ b/demo.html
@@ -411,8 +411,10 @@ Reveal.addEventListener( 'customevent', function() {
<script type="module">
// WIP support for multiple reveal.js instances
- // let a = new Reveal(document.querySelector( '.reveal' ), {controls: false});
- // let b = new Reveal(document.querySelector( '.reveal' ), {controls: true});
+ // window.a = new Reveal(document.querySelector( '.reveal' ), {controls: false});
+ // a.initialize();
+ // window.b = new Reveal(document.querySelector( '.reveal' ), {controls: true});
+ // b.initialize();
// console.log(a.getConfig().controls,b.getConfig().controls);
// More info https://github.com/hakimel/reveal.js#configuration