From 91066ab323ee5cbb703a94c1ded684c4b1331e47 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Sun, 27 Jan 2019 14:38:20 +0100 Subject: [PATCH] fix eslint error + remove temp div after calculating char size --- js/jquery.terminal-src.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.terminal-src.js b/js/jquery.terminal-src.js index 609fb7055..c2a68f804 100644 --- a/js/jquery.terminal-src.js +++ b/js/jquery.terminal-src.js @@ -4833,7 +4833,7 @@ height: rect.height }; if (temp) { - // temp.remove(); + temp.remove(); } return result; }