Преглед изворни кода

fix(RTC): Adds type jsdoc

dev1
yanas пре 8 година
родитељ
комит
fc2cdd7f9c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      modules/RTC/RTC.js

+ 1
- 0
modules/RTC/RTC.js Прегледај датотеку

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

Loading…
Откажи
Сачувај