Skip to content

Commit 62264b1

Browse files
committed
fix lint error
1 parent cdb999c commit 62264b1

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

js/jquery.terminal-src.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10767,9 +10767,7 @@
1076710767
// -------------------------------------------------------------
1076810768
// :: Return the terminal signature depending on the size of the terminal
1076910769
// -------------------------------------------------------------
10770-
signature: function(raw) {
10771-
return signature();
10772-
},
10770+
signature: signature,
1077310771
// -------------------------------------------------------------
1077410772
// :: returns the number of rendered lines
1077510773
// -------------------------------------------------------------

js/jquery.terminal.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
*
4242
* broken image by Sophia Bai from the Noun Project (CC-BY)
4343
*
44-
* Date: Mon, 05 Jan 2026 11:15:40 +0000
44+
* Date: Mon, 05 Jan 2026 19:25:57 +0000
4545
*/
4646
/* global define, Map, BigInt */
4747
/* eslint-disable */
@@ -5497,7 +5497,7 @@
54975497
// -------------------------------------------------------------------------
54985498
$.terminal = {
54995499
version: 'DEV',
5500-
date: 'Mon, 05 Jan 2026 11:15:40 +0000',
5500+
date: 'Mon, 05 Jan 2026 19:25:57 +0000',
55015501
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
55025502
color_names: [
55035503
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
@@ -10767,9 +10767,7 @@
1076710767
// -------------------------------------------------------------
1076810768
// :: Return the terminal signature depending on the size of the terminal
1076910769
// -------------------------------------------------------------
10770-
signature: function(raw) {
10771-
return signature();
10772-
},
10770+
signature: signature,
1077310771
// -------------------------------------------------------------
1077410772
// :: returns the number of rendered lines
1077510773
// -------------------------------------------------------------

js/jquery.terminal.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.terminal.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)