Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 13, 2024
1 parent befb33a commit 67dd723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/jquery.terminal-src.js
Expand Up @@ -10645,8 +10645,8 @@
var offset = self.find('.cmd').offset();
var self_offset = self.offset();
self.stopTime('flush').oneTime(10, 'flush', function() {
const top = output.height();
const height = command_line.height();
var top = output.height();
var height = command_line.height();
css(self[0], {
'--terminal-height': self.height(),
'--terminal-x': offset.left - self_offset.left,
Expand Down

0 comments on commit 67dd723

Please sign in to comment.