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

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,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…
Откажи
Сачувај