Browse Source

fix(RTC): Adds type jsdoc

dev1
yanas 8 years ago
parent
commit
fc2cdd7f9c
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      modules/RTC/RTC.js

+ 1
- 0
modules/RTC/RTC.js View File

@@ -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…
Cancel
Save