Bind window to AMD module

- Bind window to Xterm AMD module
- Fix typo in fit addon
- Bump version to 0.24
This commit is contained in:
paris
2014-11-17 12:28:52 +02:00
parent 615f633f25
commit 87979aeed4
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
var geometry = {
'cols': cols,
'rows': rowss
'rows': rows
};
return geometry;
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "xterm.js",
"version": "0.23",
"version": "0.24",
"ignore": ["demo", "docs", "test", ".gitignore"]
}
+2 -2
View File
@@ -51,9 +51,9 @@ copyright = u'2014, SourceLair Limited'
# built documents.
#
# The short X.Y version.
version = '0.23'
version = '0.24'
# The full version, including alpha/beta/rc tags.
release = '0.23 Alpha'
release = '0.24 Alpha'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 -1
View File
@@ -36,7 +36,7 @@
/*
* Require.js is available
*/
define([], xterm);
define([], xterm.bind(window));
} else {
/*
* Plain browser environment