瀏覽代碼

doc(JingleSessionPC): indentation

dev1
paweldomas 8 年之前
父節點
當前提交
14f4acc772
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2
    3
      modules/xmpp/JingleSession.js

+ 2
- 3
modules/xmpp/JingleSession.js 查看文件

151
      * @param success callback called when we the incoming session has been
151
      * @param success callback called when we the incoming session has been
152
      * accepted
152
      * accepted
153
      * @param failure callback called when we fail for any reason, will supply
153
      * @param failure callback called when we fail for any reason, will supply
154
-     *        error object with details(which is meant more to be printed to
155
-     *        the logger than analysed in the code, as the error is
156
-     *        unrecoverable anyway)
154
+     * error object with details(which is meant more to be printed to the logger
155
+     * than analysed in the code, as the error is unrecoverable anyway)
157
      */
156
      */
158
     // eslint-disable-next-line no-unused-vars
157
     // eslint-disable-next-line no-unused-vars
159
     acceptOffer(jingle, success, failure) {
158
     acceptOffer(jingle, success, failure) {

Loading…
取消
儲存