瀏覽代碼

external_api: fix jsdoc

j8
Saúl Ibarra Corretgé 8 年之前
父節點
當前提交
5849980092
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4
    2
      modules/API/external/external_api.js

+ 4
- 2
modules/API/external/external_api.js 查看文件

88
  * @param width width of the iframe
88
  * @param width width of the iframe
89
  * @param height height of the iframe
89
  * @param height height of the iframe
90
  * @param parent_node the node that will contain the iframe
90
  * @param parent_node the node that will contain the iframe
91
- * @param filmStripOnly if the value is true only the small videos will be
92
- * visible.
91
+ * @param configOverwrite object containing configuration options defined in
92
+ * config.js to be overridden.
93
+ * @param interfaceConfigOverwrite object containing configuration options
94
+ * defined in interface_config.js to be overridden.
93
  * @param noSsl if the value is true https won't be used
95
  * @param noSsl if the value is true https won't be used
94
  * @constructor
96
  * @constructor
95
  */
97
  */

Loading…
取消
儲存