update plugin api in tests
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
let r1 = new Reveal( document.querySelector( '.deck1 .reveal' ), {
|
||||
embedded: true,
|
||||
keyboard: true,
|
||||
plugins: [RevealZoom]
|
||||
plugins: [RevealZoom()]
|
||||
} );
|
||||
r1.initialize();
|
||||
|
||||
|
Reference in New Issue
Block a user