Browse Source

doc(JingleSessionPC): indentation

dev1
paweldomas 8 years ago
parent
commit
14f4acc772
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      modules/xmpp/JingleSession.js

+ 2
- 3
modules/xmpp/JingleSession.js View File

@@ -151,9 +151,8 @@ export default class JingleSession {
151 151
      * @param success callback called when we the incoming session has been
152 152
      * accepted
153 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 157
     // eslint-disable-next-line no-unused-vars
159 158
     acceptOffer(jingle, success, failure) {

Loading…
Cancel
Save