Skip to content

Commit d886d78

Browse files
committed
fix typo
1 parent 131b3d1 commit d886d78

4 files changed

+7
-7
lines changed

js/jquery.terminal-src.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@
20742074
}
20752075

20762076
// don't sort single chunk
2077-
if (chunks.lenght === 1) {
2077+
if (chunks.length === 1) {
20782078
return;
20792079
}
20802080

js/jquery.terminal.js

+3-3
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: Tue, 14 Jan 2025 23:13:58 +0000
44+
* Date: Tue, 14 Jan 2025 23:23:39 +0000
4545
*/
4646
/* global define, Map, BigInt */
4747
/* eslint-disable */
@@ -2074,7 +2074,7 @@
20742074
}
20752075

20762076
// don't sort single chunk
2077-
if (chunks.lenght === 1) {
2077+
if (chunks.length === 1) {
20782078
return;
20792079
}
20802080

@@ -5436,7 +5436,7 @@
54365436
// -------------------------------------------------------------------------
54375437
$.terminal = {
54385438
version: 'DEV',
5439-
date: 'Tue, 14 Jan 2025 23:13:58 +0000',
5439+
date: 'Tue, 14 Jan 2025 23:23:39 +0000',
54405440
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
54415441
color_names: [
54425442
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',

js/jquery.terminal.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.terminal.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)