Bump version to 2.3.1

Signed-off-by: Paris Kasidiaris <paris@sourcelair.com>
This commit is contained in:
Paris Kasidiaris
2017-02-08 23:51:47 +00:00
parent b00083e0e5
commit 639a2fd509
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xterm.js",
"version": "2.3.0",
"version": "2.3.1",
"ignore": ["demo", "test", ".gitignore"],
"main": [
"dist/xterm.js",
+1 -1
View File
@@ -3525,7 +3525,7 @@ Terminal.prototype.error = function () {
this.context.console.error.apply(this.context.console, args);
};
Terminal.prototype.resize = function (x, y) {
if (Number.isNaN(x) || Number.isNaN(y)) {
if (isNaN(x) || isNaN(y)) {
return;
}
var line, el, i, j, ch, addToY;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "xterm",
"description": "Full xterm terminal, in your browser",
"version": "2.3.0",
"version": "2.3.1",
"ignore": [
"demo",
"test",