Skip to content

Commit 5416334

Browse files
committed
fix lint error #898
1 parent b0b6e43 commit 5416334

6 files changed

+12
-12
lines changed

js/jquery.terminal-2.37.2.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: Fri, 20 Oct 2023 10:39:08 +0000
44+
* Date: Fri, 20 Oct 2023 10:59:11 +0000
4545
*/
4646
/* global define, Map */
4747
/* eslint-disable */
@@ -5278,7 +5278,7 @@
52785278
// -------------------------------------------------------------------------
52795279
$.terminal = {
52805280
version: 'DEV',
5281-
date: 'Fri, 20 Oct 2023 10:39:08 +0000',
5281+
date: 'Fri, 20 Oct 2023 10:59:11 +0000',
52825282
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
52835283
color_names: [
52845284
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
@@ -8761,7 +8761,7 @@
87618761
if (is_function(prompt)) {
87628762
prompt = context_callback_proxy(prompt);
87638763
}
8764-
var is_dynamic_prompt = is_function(interpreter.prompt)
8764+
var is_dynamic_prompt = is_function(interpreter.prompt);
87658765
if (prompt !== command_line.prompt() || is_dynamic_prompt) {
87668766
if (is_dynamic_prompt) {
87678767
// prevent flicker of old prompt until async prompt finishes

js/jquery.terminal-2.37.2.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-src.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8761,7 +8761,7 @@
87618761
if (is_function(prompt)) {
87628762
prompt = context_callback_proxy(prompt);
87638763
}
8764-
var is_dynamic_prompt = is_function(interpreter.prompt)
8764+
var is_dynamic_prompt = is_function(interpreter.prompt);
87658765
if (prompt !== command_line.prompt() || is_dynamic_prompt) {
87668766
if (is_dynamic_prompt) {
87678767
// prevent flicker of old prompt until async prompt finishes

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: Fri, 20 Oct 2023 10:39:08 +0000
44+
* Date: Fri, 20 Oct 2023 10:59:11 +0000
4545
*/
4646
/* global define, Map */
4747
/* eslint-disable */
@@ -5278,7 +5278,7 @@
52785278
// -------------------------------------------------------------------------
52795279
$.terminal = {
52805280
version: 'DEV',
5281-
date: 'Fri, 20 Oct 2023 10:39:08 +0000',
5281+
date: 'Fri, 20 Oct 2023 10:59:11 +0000',
52825282
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
52835283
color_names: [
52845284
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
@@ -8761,7 +8761,7 @@
87618761
if (is_function(prompt)) {
87628762
prompt = context_callback_proxy(prompt);
87638763
}
8764-
var is_dynamic_prompt = is_function(interpreter.prompt)
8764+
var is_dynamic_prompt = is_function(interpreter.prompt);
87658765
if (prompt !== command_line.prompt() || is_dynamic_prompt) {
87668766
if (is_dynamic_prompt) {
87678767
// prevent flicker of old prompt until async prompt finishes

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)