Procházet zdrojové kódy

fix(JitsiConference.js): Adds punctuation.

dev1
yanas před 8 roky
rodič
revize
2eed6cdebf
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      JitsiConference.js

+ 2
- 2
JitsiConference.js Zobrazit soubor

851
  * Checks if the participant given by participantId is currently included in
851
  * Checks if the participant given by participantId is currently included in
852
  * the last N.
852
  * the last N.
853
  * @param {string} participantId the identifier of the participant we would
853
  * @param {string} participantId the identifier of the participant we would
854
- * like to check
854
+ * like to check.
855
  * @return {boolean} true if the participant with id is in the last N set or
855
  * @return {boolean} true if the participant with id is in the last N set or
856
- * if there's no last N set, false otherwise
856
+ * if there's no last N set, false otherwise.
857
  */
857
  */
858
 JitsiConference.prototype.isInLastN = function(participantId) {
858
 JitsiConference.prototype.isInLastN = function(participantId) {
859
     return this.rtc.isInLastN(participantId);
859
     return this.rtc.isInLastN(participantId);

Načítá se…
Zrušit
Uložit