1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-20 21:41:25 +02:00

update plugin api in tests

This commit is contained in:
Hakim El Hattab
2020-04-17 14:21:20 +02:00
parent e58502b3fb
commit f3f91922db
4 changed files with 12 additions and 11 deletions

View File

@@ -45,7 +45,7 @@
let r1 = new Reveal( document.querySelector( '.deck1 .reveal' ), {
embedded: true,
keyboard: true,
plugins: [RevealZoom]
plugins: [RevealZoom()]
} );
r1.initialize();