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