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.