From 5ae54e003ed91a3ddf01c803fb2903aa7a6737d1 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 May 2014 23:11:51 +0200 Subject: [PATCH] Update comment --- public/js/vroom.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/vroom.js b/public/js/vroom.js index 896273f..4a2aade 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -259,7 +259,8 @@ function initVroom(room) { // add the volume bar and the mute/pause overlay else{ id = peer.id; - // Create 3 divs which will contains the volume bar, the displayName and the muted/paused el (overlay) + // Create 4 divs which will contains the volume bar, the displayName, the muted/paused and + // the owner actions (overlay) $('
').addClass('volumeBar').attr('id', 'volume_' + id).appendTo(div); $('
').addClass('displayName').attr('id', 'name_' + id).appendTo(div); $('
').attr('id', 'overlay_' + id).appendTo(div);