浏览代码

fix failing test

Hakim El Hattab 5 年之前
父节点
当前提交
c3319c1407
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();