Bladeren bron

style: Fixes indentation, spelling.

master
Boris Grozev 8 jaren geleden
bovenliggende
commit
cf241effbf
2 gewijzigde bestanden met toevoegingen van 4 en 6 verwijderingen
  1. 2
    2
      conference.js
  2. 2
    4
      modules/UI/toolbars/Toolbar.js

+ 2
- 2
conference.js Bestand weergeven

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
  * null.
437
  * null.
438
  */
438
  */
439
 function setAnalyticsPermanentProperties() {
439
 function setAnalyticsPermanentProperties() {

+ 2
- 4
modules/UI/toolbars/Toolbar.js Bestand weergeven

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

Laden…
Annuleren
Opslaan