Browse Source

Renames event name.

master
damencho 9 years ago
parent
commit
9a39898eea
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      service/UI/UIEvents.js

+ 1
- 1
service/UI/UIEvents.js View File

27
      * Where url is the video link, state is stop/start/pause and time is the
27
      * Where url is the video link, state is stop/start/pause and time is the
28
      * current video playing time.
28
      * current video playing time.
29
      */
29
      */
30
-    UPDATE_SHARED_VIDEO: "UI.update-shared-video",
30
+    UPDATE_SHARED_VIDEO: "UI.update_shared_video",
31
     ROOM_LOCK_CLICKED: "UI.room_lock_clicked",
31
     ROOM_LOCK_CLICKED: "UI.room_lock_clicked",
32
     USER_INVITED: "UI.user_invited",
32
     USER_INVITED: "UI.user_invited",
33
     USER_KICKED: "UI.user_kicked",
33
     USER_KICKED: "UI.user_kicked",

Loading…
Cancel
Save