Skip to content

Commit

Permalink
wrap long line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Mar 3, 2018
1 parent 4eb5fba commit 9e757de
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions js/jquery.terminal-1.12.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Copyright (c) 2007-2013 Alexandru Marasteanu <hello at alexei dot ro>
* licensed under 3 clause BSD license
*
* Date: Sat, 03 Mar 2018 22:11:28 +0000
* Date: Sat, 03 Mar 2018 22:50:58 +0000
*/

/* TODO:
Expand Down Expand Up @@ -2592,8 +2592,8 @@
self.data('cmd', self);
if (!('KeyboardEvent' in window && 'key' in window.KeyboardEvent.prototype)) {
setTimeout(function() {
throw new Error('key event property not supported try ' +
'https://github.com/inexorabletash/polyfill/blob/master/keyboard.js');
throw new Error('key event property not supported try https://github.'+
'com/inexorabletash/polyfill/blob/master/keyboard.js');
}, 0);
}
return self;
Expand Down Expand Up @@ -2860,7 +2860,7 @@
}
$.terminal = {
version: 'DEV',
date: 'Sat, 03 Mar 2018 22:11:28 +0000',
date: 'Sat, 03 Mar 2018 22:50:58 +0000',
// colors from http://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-1.12.1.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions js/jquery.terminal-src.js
Original file line number Diff line number Diff line change
Expand Up @@ -2592,8 +2592,8 @@
self.data('cmd', self);
if (!('KeyboardEvent' in window && 'key' in window.KeyboardEvent.prototype)) {
setTimeout(function() {
throw new Error('key event property not supported try ' +
'https://github.com/inexorabletash/polyfill/blob/master/keyboard.js');
throw new Error('key event property not supported try https://github.'+
'com/inexorabletash/polyfill/blob/master/keyboard.js');
}, 0);
}
return self;
Expand Down
8 changes: 4 additions & 4 deletions js/jquery.terminal.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Copyright (c) 2007-2013 Alexandru Marasteanu <hello at alexei dot ro>
* licensed under 3 clause BSD license
*
* Date: Sat, 03 Mar 2018 22:11:28 +0000
* Date: Sat, 03 Mar 2018 22:50:58 +0000
*/

/* TODO:
Expand Down Expand Up @@ -2592,8 +2592,8 @@
self.data('cmd', self);
if (!('KeyboardEvent' in window && 'key' in window.KeyboardEvent.prototype)) {
setTimeout(function() {
throw new Error('key event property not supported try ' +
'https://github.com/inexorabletash/polyfill/blob/master/keyboard.js');
throw new Error('key event property not supported try https://github.'+
'com/inexorabletash/polyfill/blob/master/keyboard.js');
}, 0);
}
return self;
Expand Down Expand Up @@ -2860,7 +2860,7 @@
}
$.terminal = {
version: 'DEV',
date: 'Sat, 03 Mar 2018 22:11:28 +0000',
date: 'Sat, 03 Mar 2018 22:50:58 +0000',
// colors from http://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.

0 comments on commit 9e757de

Please sign in to comment.