Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 4, 2019
1 parent bb44aa9 commit 65d10a3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions js/jquery.terminal-2.4.1.js
Expand Up @@ -39,7 +39,7 @@
* emoji regex v7.0.1 by Mathias Bynens
* MIT license
*
* Date: Sat, 04 May 2019 08:52:14 +0000
* Date: Sat, 04 May 2019 11:26:10 +0000
*/
/* global location, setTimeout, window, global, sprintf, setImmediate,
IntersectionObserver, ResizeObserver, module, require, define,
Expand Down Expand Up @@ -1855,7 +1855,6 @@
// -------------------------------------------------------------------------------
function down_arrow() {
var after = command.substring(position);
var re = /\n?([^\n]+)$/;
var col = self.column();
if (have_newlines(after)) {
var before = command.substring(0, position);
Expand Down Expand Up @@ -3846,7 +3845,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Sat, 04 May 2019 08:52:14 +0000',
date: 'Sat, 04 May 2019 11:26:10 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal-2.4.1.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/jquery.terminal-src.js
Expand Up @@ -1855,7 +1855,6 @@
// -------------------------------------------------------------------------------
function down_arrow() {
var after = command.substring(position);
var re = /\n?([^\n]+)$/;
var col = self.column();
if (have_newlines(after)) {
var before = command.substring(0, position);
Expand Down
5 changes: 2 additions & 3 deletions js/jquery.terminal.js
Expand Up @@ -39,7 +39,7 @@
* emoji regex v7.0.1 by Mathias Bynens
* MIT license
*
* Date: Sat, 04 May 2019 08:52:14 +0000
* Date: Sat, 04 May 2019 11:26:10 +0000
*/
/* global location, setTimeout, window, global, sprintf, setImmediate,
IntersectionObserver, ResizeObserver, module, require, define,
Expand Down Expand Up @@ -1855,7 +1855,6 @@
// -------------------------------------------------------------------------------
function down_arrow() {
var after = command.substring(position);
var re = /\n?([^\n]+)$/;
var col = self.column();
if (have_newlines(after)) {
var before = command.substring(0, position);
Expand Down Expand Up @@ -3846,7 +3845,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Sat, 04 May 2019 08:52:14 +0000',
date: 'Sat, 04 May 2019 11:26:10 +0000',
// colors from https://www.w3.org/wiki/CSS/Properties/color/keywords
color_names: [
'transparent', 'currentcolor', 'black', 'silver', 'gray', 'white',
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.terminal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/jquery.terminal.min.js.map

Large diffs are not rendered by default.

0 comments on commit 65d10a3

Please sign in to comment.