From 96b3114a36a63ff99c6193bb6e41da140ddfdeb1 Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Tue, 17 Feb 2015 23:37:37 +0100 Subject: [PATCH] style --- examples/notifications.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/notifications.js b/examples/notifications.js index 88198a2ea1..287bfd0b36 100644 --- a/examples/notifications.js +++ b/examples/notifications.js @@ -474,7 +474,6 @@ function onOnlineUsersChanged(users) { if (last_users.indexOf(users[i]) === -1.0) { createNotification(users[i] + " has joined"); } - } for (i = 0; i < last_users.length; i += 1) {