mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
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:
+1
-1
@@ -56,7 +56,7 @@
|
||||
|
||||
var geometry = {
|
||||
'cols': cols,
|
||||
'rows': rowss
|
||||
'rows': rows
|
||||
};
|
||||
|
||||
return geometry;
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "xterm.js",
|
||||
"version": "0.23",
|
||||
"version": "0.24",
|
||||
"ignore": ["demo", "docs", "test", ".gitignore"]
|
||||
}
|
||||
|
||||
+2
-2
@@ -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
@@ -36,7 +36,7 @@
|
||||
/*
|
||||
* Require.js is available
|
||||
*/
|
||||
define([], xterm);
|
||||
define([], xterm.bind(window));
|
||||
} else {
|
||||
/*
|
||||
* Plain browser environment
|
||||
|
||||
Reference in New Issue
Block a user