update plugin api in tests
This commit is contained in:
parent
e58502b3fb
commit
f3f91922db
4 changed files with 12 additions and 11 deletions
|
@ -39,14 +39,14 @@
|
|||
<script type="module">
|
||||
|
||||
import Reveal from '../dist/reveal.js';
|
||||
import Zoom from '../plugin/zoom/zoom.js';
|
||||
import zoom from '../plugin/zoom/zoom.js';
|
||||
|
||||
QUnit.module( 'Multiple reveal.js instances' );
|
||||
|
||||
let r1 = new Reveal( document.querySelector( '.deck1 .reveal' ), {
|
||||
embedded: true,
|
||||
keyboard: true,
|
||||
plugins: [Zoom]
|
||||
plugins: [zoom()]
|
||||
} );
|
||||
r1.initialize();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue