Skip to content

Commit

Permalink
Correct debug logs: show "=> doCommand()" message before doCommand()
Browse files Browse the repository at this point in the history
  • Loading branch information
Infocatcher committed Aug 14, 2014
1 parent 801775b commit 622dbd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1930,8 +1930,8 @@ var privateTab = {
if(btn) {
e.preventDefault();
e.stopPropagation();
btn.doCommand();
_log(e.type + " on .tabs-newtab-button => doCommand()");
btn.doCommand();
}
return;
}
Expand Down

0 comments on commit 622dbd7

Please sign in to comment.