move plugin logic to Plugins controller
This commit is contained in:
parent
0814176f3c
commit
d4a030f953
7 changed files with 235 additions and 187 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue