From e2e7cec93225f9b202e89d02b051cc4cdbab4267 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 26 Mar 2014 05:06:19 -0400 Subject: [PATCH] chore(cloudfunc) rm "\n" --- lib/cloudfunc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cloudfunc.js b/lib/cloudfunc.js index d1d991b1..0c17f9cf 100644 --- a/lib/cloudfunc.js +++ b/lib/cloudfunc.js @@ -49,7 +49,6 @@ var Util; this.CHANNEL_TERMINAL_RESIZE= 'terminal-resize'; this.MAX_FILE_SIZE = 500 * 1024; - this.addListener = function(name, func, allListeners, socket) { var listeners, obj;