Syntax fix

Bumped bower version to 0.5
This commit is contained in:
paris
2014-04-09 15:42:37 +00:00
parent 4f2cadd6c9
commit e572734a21
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "xterm.js",
"version": "0.4",
"version": "0.5",
"ignore": ["demo", "docs", "test", ".gitignore"]
}
+1 -1
View File
@@ -416,7 +416,7 @@ Terminal.prototype.initGlobal = function() {
*/
Terminal.bindPaste = function(term) {
on([term.textarea, term.element], 'paste', function(ev) {
ev.stopPropagation[();
ev.stopPropagation();
if (ev.clipboardData) {
var text = ev.clipboardData.getData('text/plain');
term.handler(text);