Skip to content

Commit

Permalink
fix: issue 204 VConsoleDefaultTab.mockConsole功能不符合预期。
Browse files Browse the repository at this point in the history
  • Loading branch information
mib008 committed Oct 9, 2018
1 parent 168d145 commit c1f6f17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/log/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class VConsoleDefaultTab extends VConsoleLogTab {
constructor(...args) {
super(...args);
this.tplTabbox = tplTabbox;
this.windowOnError = null;
}

onReady() {
Expand Down

0 comments on commit c1f6f17

Please sign in to comment.