From ad546d9af9ee150aeda0738ee60340e67a55a625 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Tue, 24 Feb 2015 18:17:04 -0800 Subject: [PATCH] remove comments. --- lib/program.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/program.js b/lib/program.js index 5c91849..a071c5f 100644 --- a/lib/program.js +++ b/lib/program.js @@ -515,7 +515,6 @@ Program.prototype._bindMouse = function(s, buf) { key.action = 'mousemove'; } - // self.emit('keypress', null, key); self.emit('mouse', key); return; @@ -585,7 +584,6 @@ Program.prototype._bindMouse = function(s, buf) { key.action = 'mousemove'; } - // self.emit('keypress', null, key); self.emit('mouse', key); return; @@ -644,7 +642,6 @@ Program.prototype._bindMouse = function(s, buf) { key.action = 'mousemove'; } - // self.emit('keypress', null, key); self.emit('mouse', key); return; @@ -680,7 +677,6 @@ Program.prototype._bindMouse = function(s, buf) { : b === 6 ? 'right' : 'unknown'; - // self.emit('keypress', null, key); self.emit('mouse', key); return; @@ -709,7 +705,6 @@ Program.prototype._bindMouse = function(s, buf) { : b === 5 ? 'right' : 'unknown'; - // self.emit('keypress', null, key); self.emit('mouse', key); return; @@ -752,7 +747,6 @@ Program.prototype.enableGpm = function() { ctrl: self.gpm.hasCtrlKey(modifier) }; - // self.emit('keypress', null, key); self.emit('mouse', key); }); @@ -772,7 +766,6 @@ Program.prototype.enableGpm = function() { ctrl: self.gpm.hasCtrlKey(modifier) }; - // self.emit('keypress', null, key); self.emit('mouse', key); }); @@ -792,7 +785,6 @@ Program.prototype.enableGpm = function() { ctrl: self.gpm.hasCtrlKey(modifier) }; - // self.emit('keypress', null, key); self.emit('mouse', key); }); @@ -812,7 +804,6 @@ Program.prototype.enableGpm = function() { ctrl: self.gpm.hasCtrlKey(modifier) }; - // self.emit('keypress', null, key); self.emit('mouse', key); }); @@ -830,7 +821,6 @@ Program.prototype.enableGpm = function() { ctrl: self.gpm.hasCtrlKey(modifier) }; - // self.emit('keypress', null, key); self.emit('mouse', key); }); };