From 9a39898eea987f0bcd8aa58ac1ea0e6bc5476afe Mon Sep 17 00:00:00 2001 From: damencho Date: Tue, 22 Mar 2016 14:57:36 -0500 Subject: [PATCH] Renames event name. --- service/UI/UIEvents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/UI/UIEvents.js b/service/UI/UIEvents.js index 5444ebb0a..49272315e 100644 --- a/service/UI/UIEvents.js +++ b/service/UI/UIEvents.js @@ -27,7 +27,7 @@ export default { * Where url is the video link, state is stop/start/pause and time is the * current video playing time. */ - UPDATE_SHARED_VIDEO: "UI.update-shared-video", + UPDATE_SHARED_VIDEO: "UI.update_shared_video", ROOM_LOCK_CLICKED: "UI.room_lock_clicked", USER_INVITED: "UI.user_invited", USER_KICKED: "UI.user_kicked",