Przeglądaj źródła

Fixes jsdoc syntax

dev1
yanas 8 lat temu
rodzic
commit
9fb2c36eb0
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      JitsiConference.js

+ 2
- 2
JitsiConference.js Wyświetl plik

@@ -852,8 +852,8 @@ JitsiConference.prototype.setLastN = function(lastN) {
852 852
  * the last N.
853 853
  * @param {string} participantId the identifier of the participant we would
854 854
  * like to check
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
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
857 857
  */
858 858
 JitsiConference.prototype.isInLastN = function(participantId) {
859 859
     return this.rtc.isInLastN(participantId);

Ładowanie…
Anuluj
Zapisz