Skip to content

Commit 67dd723

Browse files
committed
fix lint errors
1 parent befb33a commit 67dd723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/jquery.terminal-src.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -10645,8 +10645,8 @@
1064510645
var offset = self.find('.cmd').offset();
1064610646
var self_offset = self.offset();
1064710647
self.stopTime('flush').oneTime(10, 'flush', function() {
10648-
const top = output.height();
10649-
const height = command_line.height();
10648+
var top = output.height();
10649+
var height = command_line.height();
1065010650
css(self[0], {
1065110651
'--terminal-height': self.height(),
1065210652
'--terminal-x': offset.left - self_offset.left,

0 commit comments

Comments
 (0)