Skip to content

Commit

Permalink
fix eslint error + remove temp div after calculating char size
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 27, 2019
1 parent 1c09f93 commit 91066ab
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
@@ -4833,7 +4833,7 @@
height: rect.height
};
if (temp) {
// temp.remove();
temp.remove();
}
return result;
}

0 comments on commit 91066ab

Please sign in to comment.