From: Michael Kühnel Date: Thu, 18 Oct 2012 21:56:51 +0000 (+0200) Subject: Add missing semicolon X-Git-Tag: 2.1.0~10^2~1^2~10 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=409c0dfbcc889017813a526b21ffd0a42aa5e804;p=reveal.js.git Add missing semicolon --- diff --git a/plugin/speakernotes/client.js b/plugin/speakernotes/client.js index ad1bd46..43dc126 100644 --- a/plugin/speakernotes/client.js +++ b/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;