common/Bridge.js
@@ -144,7 +144,7 @@ if (this._receives[method]) { if (marker) { this._receives[method](param, (param2) => { this._sendTelling(method, param2, marker); this._sendTelling(method, param2 || {}, marker); }); } else { this._receives[method](param);