Procházet zdrojové kódy

ref(XmppConnection): remove unused setValidRid setter

The LastSuccessTracker has direct access to the Strophe.Connection.
master
paweldomas před 5 roky
rodič
revize
f72ef13f1d
1 změnil soubory, kde provedl 0 přidání a 11 odebrání
  1. 0
    11
      modules/xmpp/XmppConnection.js

+ 0
- 11
modules/xmpp/XmppConnection.js Zobrazit soubor

@@ -161,17 +161,6 @@ export default class XmppConnection extends Listenable {
161 161
         return this._status;
162 162
     }
163 163
 
164
-    /**
165
-     * FIXME.
166
-     *
167
-     * @param {number} _nextValidRid - FIXME.
168
-     * @returns {void}
169
-     */
170
-    set nextValidRid(_nextValidRid) {
171
-        // FIXME test
172
-        this._stropheConn.nextValidRid = _nextValidRid;
173
-    }
174
-
175 164
     /**
176 165
      * FIXME.
177 166
      *

Načítá se…
Zrušit
Uložit