diff --git a/dist/router.js b/dist/router.js index 6e2c2a337..7f2a93478 100644 --- a/dist/router.js +++ b/dist/router.js @@ -3182,7 +3182,7 @@ }; }, destroyed: function () { - BI.remove(cbs, this._callbackListener); + cbs.remove(this._callbackListener); } }); BI.shortcut("bi.router_view", BI.RouterView);