Skip to content

Commit

Permalink
remove unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Nov 17, 2017
1 parent d011615 commit ee70cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.terminal-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -4523,7 +4523,7 @@
// ---------------------------------------------------------------------
// :: Redraw all lines
// ---------------------------------------------------------------------
function redraw(update) {
function redraw() {
command_line.resize(num_chars);
// we don't want reflow while processing lines
var detached_output = output.empty().detach();
Expand Down

0 comments on commit ee70cce

Please sign in to comment.