WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-08-19 95eab22ba9208ac03fa206acba4096e8d0198a73
common/Bridge.js
@@ -121,8 +121,6 @@
        if (trans && Object.prototype.toString.call(trans) === '[object Function]') {
            callback = trans;
            param = {};
        } else {
            callback = null;
        }
        if (this._checkLinking()) {
            this._sendLinking(method, param, callback);