Browse Source

Pull request #2556: 无JIRA fix: 修复remove

Merge in VISUAL/fineui from ~DAILER/fineui:master to master

* commit 'c75418f00483d2f6777b9e2f799d19c8fb2aebe5':
  无JIRA  fix: 修复
  无JIRA  fix: 修复
es6
Dailer 3 years ago
parent
commit
eac3c940ce
  1. 2
      src/router/router.js

2
src/router/router.js

@ -3191,7 +3191,7 @@
}; };
}, },
destroyed: function () { destroyed: function () {
cbs.remove(this._callbackListener); BI.remove(cbs, this._callbackListener);
} }
}); });
BI.shortcut("bi.router_view", BI.RouterView); BI.shortcut("bi.router_view", BI.RouterView);

Loading…
Cancel
Save