Kaynağa Gözat

fix(RTC): Adds type jsdoc

master
yanas 9 yıl önce
ebeveyn
işleme
fc2cdd7f9c
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      modules/RTC/RTC.js

+ 1
- 0
modules/RTC/RTC.js Dosyayı Görüntüle

@@ -85,6 +85,7 @@ export default class RTC extends Listenable {
85 85
 
86 86
         // Defines the last N endpoints list. It can be null or an array once
87 87
         // initialised with a datachannel last N event.
88
+        // @type {Array<string>|null}
88 89
         this._lastNEndpoints = null;
89 90
 
90 91
         // The last N change listener.

Loading…
İptal
Kaydet