Skip to content

Commit

Permalink
fix trailing whitespace #506
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Aug 29, 2019
1 parent b80a451 commit e913f9a
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.7.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* emoji regex v7.0.1 by Mathias Bynens
* MIT license
*
* Date: Thu, 29 Aug 2019 15:19:15 +0000
* Date: Thu, 29 Aug 2019 15:20:37 +0000
*/
/* global location, setTimeout, window, global, sprintf, setImmediate,
IntersectionObserver, ResizeObserver, module, require, define,
Expand Down Expand Up @@ -1017,7 +1017,6 @@
};
}
})();

// -------------------------------------------------------------------------
/* eslint-disable */
// regex that match single character at begining and folowing combine character
Expand Down Expand Up @@ -3933,7 +3932,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Thu, 29 Aug 2019 15:19:15 +0000',
date: 'Thu, 29 Aug 2019 15:20:37 +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.7.1.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion js/jquery.terminal-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,6 @@
};
}
})();

// -------------------------------------------------------------------------
/* eslint-disable */
// regex that match single character at begining and folowing combine character
Expand Down
5 changes: 2 additions & 3 deletions js/jquery.terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* emoji regex v7.0.1 by Mathias Bynens
* MIT license
*
* Date: Thu, 29 Aug 2019 15:19:15 +0000
* Date: Thu, 29 Aug 2019 15:20:37 +0000
*/
/* global location, setTimeout, window, global, sprintf, setImmediate,
IntersectionObserver, ResizeObserver, module, require, define,
Expand Down Expand Up @@ -1017,7 +1017,6 @@
};
}
})();

// -------------------------------------------------------------------------
/* eslint-disable */
// regex that match single character at begining and folowing combine character
Expand Down Expand Up @@ -3933,7 +3932,7 @@
// -------------------------------------------------------------------------
$.terminal = {
version: 'DEV',
date: 'Thu, 29 Aug 2019 15:19:15 +0000',
date: 'Thu, 29 Aug 2019 15:20:37 +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 e913f9a

Please sign in to comment.