From c28e023c32c8946c7a4e21a8397890224fd58cee Mon Sep 17 00:00:00 2001
From: Hakim El Hattab <hakim.elhattab@gmail.com>
Date: Sun, 15 Sep 2013 11:52:40 -0400
Subject: [PATCH] update comment

---
 plugin/multiplex/master.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugin/multiplex/master.js b/plugin/multiplex/master.js
index deb39cd..b6a7eb7 100644
--- a/plugin/multiplex/master.js
+++ b/plugin/multiplex/master.js
@@ -1,6 +1,7 @@
 (function() {
-	// don't emit events from inside the previews themselves
+	// Don't emit events from inside of notes windows
 	if ( window.location.search.match( /receiver/gi ) ) { return; }
+
 	var multiplex = Reveal.getConfig().multiplex;
 
 	var socket = io.connect(multiplex.url);
-- 
GitLab