Browse Source

fix(dial-in): update jsdoc

master
Leonard Kim 7 years ago
parent
commit
3c4907ee0a

+ 2
- 1
react/features/invite/components/dial-in-summary/NumbersList.web.js View File

64
     /**
64
     /**
65
      * Renders rows of countries and associated phone numbers.
65
      * Renders rows of countries and associated phone numbers.
66
      *
66
      *
67
-     * @param {Object} numbersMapping - Things yeah.
67
+     * @param {Object} numbersMapping - An object with country names as keys
68
+     * and values as arrays of phone numbers.
68
      * @private
69
      * @private
69
      * @returns {ReactElement[]}
70
      * @returns {ReactElement[]}
70
      */
71
      */

Loading…
Cancel
Save