Ver código fonte

style: Fixes indentation, spelling.

master
Boris Grozev 8 anos atrás
pai
commit
cf241effbf
2 arquivos alterados com 4 adições e 6 exclusões
  1. 2
    2
      conference.js
  2. 2
    4
      modules/UI/toolbars/Toolbar.js

+ 2
- 2
conference.js Ver arquivo

@@ -432,8 +432,8 @@ function disconnect() {
432 432
 }
433 433
 
434 434
 /**
435
- * Set permanent ptoperties to analytics.
436
- * NOTE: Has to be used after JitsiMeetJS.init. otherwise analytics will be
435
+ * Set permanent properties to analytics.
436
+ * NOTE: Has to be used after JitsiMeetJS.init. Otherwise analytics will be
437 437
  * null.
438 438
  */
439 439
 function setAnalyticsPermanentProperties() {

+ 2
- 4
modules/UI/toolbars/Toolbar.js Ver arquivo

@@ -118,13 +118,11 @@ const buttonHandlers = {
118 118
         });
119 119
     },
120 120
     "toolbar_film_strip": function () {
121
-        JitsiMeetJS.analytics.sendEvent(
122
-            'toolbar.filmstrip.toggled');
121
+        JitsiMeetJS.analytics.sendEvent('toolbar.filmstrip.toggled');
123 122
         emitter.emit(UIEvents.TOGGLE_FILM_STRIP);
124 123
     },
125 124
     "toolbar_button_raisehand": function () {
126
-        JitsiMeetJS.analytics.sendEvent(
127
-            'toolbar.raiseHand.clicked');
125
+        JitsiMeetJS.analytics.sendEvent('toolbar.raiseHand.clicked');
128 126
         APP.conference.maybeToggleRaisedHand();
129 127
     }
130 128
 };

Carregando…
Cancelar
Salvar