Explorar el Código

fix failing test

Hakim El Hattab hace 5 años
padre
commit
c3319c1407
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test-multiple-instances.html

+ 1 - 1
test/test-multiple-instances.html

@@ -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();