From f24c020acac0925d58f4d771a0319d06cde4197d Mon Sep 17 00:00:00 2001 From: paris Date: Thu, 18 Sep 2014 10:15:10 +0000 Subject: [PATCH] [addon attach] Fix reference error Also bump version to 0.21 --- addons/attach/attach.js | 4 ++-- bower.json | 2 +- docs/conf.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/addons/attach/attach.js b/addons/attach/attach.js index 287a9705..cfae11db 100644 --- a/addons/attach/attach.js +++ b/addons/attach/attach.js @@ -33,10 +33,10 @@ socket.send(data); }; - socket.addEventListener('message', _getMessage); + socket.addEventListener('message', term._getMessage); if (bidirectional) { - this.on('data', _sendData); + this.on('data', term._sendData); } socket.addEventListener('close', term.detach.bind(term, socket)); diff --git a/bower.json b/bower.json index 409a47f4..b7faf10c 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { "name": "xterm.js", - "version": "0.20", + "version": "0.21", "ignore": ["demo", "docs", "test", ".gitignore"] } diff --git a/docs/conf.py b/docs/conf.py index 22824f0e..23cb7f39 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = u'2014, SourceLair Limited' # built documents. # # The short X.Y version. -version = '0.20' +version = '0.21' # The full version, including alpha/beta/rc tags. -release = '0.20 Alpha' +release = '0.21 Alpha' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.