1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 00:55:01 +02:00

fix failing test

This commit is contained in:
Hakim El Hattab
2020-04-07 09:47:44 +02:00
parent 1081bbfc03
commit c3319c1407

View File

@@ -42,7 +42,7 @@
QUnit.module( 'Multiple reveal.js instances' );
let r1 = new Reveal( document.querySelector( '.deck1 .reveal' ), {
embedded: true
embedded: true,
keyboard: true
} );
r1.initialize();