Browse Source

fix failing test

Hakim El Hattab 5 năm trước cách đây
mục cha
commit
c3319c1407
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();