瀏覽代碼

Add missing semicolon

Michael Kühnel 12 年之前
父節點
當前提交
409c0dfbcc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugin/speakernotes/client.js

+ 1 - 1
plugin/speakernotes/client.js

@@ -6,7 +6,7 @@
 	var socketId = Math.random().toString().slice(2);
 	
 	console.log('View slide notes at ' + window.location.origin + '/notes/' + socketId);
-	window.open(window.location.origin + '/notes/' + socketId, 'notes-' + socketId)
+	window.open(window.location.origin + '/notes/' + socketId, 'notes-' + socketId);
 
 	Reveal.addEventListener( 'slidechanged', function( event ) {
 		var nextindexh;