From e6cbd65249dfcef6c7fab708a2b5ef4b85347109 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 4 Jul 2013 08:18:58 -0400 Subject: [PATCH] chore(console) add new line at end of file --- lib/client/console.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/console.js b/lib/client/console.js index 7a6ad28c..f73ba5d2 100644 --- a/lib/client/console.js +++ b/lib/client/console.js @@ -54,7 +54,7 @@ var CloudCmd, Util, DOM, $, jqconsole; if(lSocket) lSocket.send(command); } - + jqconsole.Prompt(true, handler); }; @@ -155,4 +155,4 @@ var CloudCmd, Util, DOM, $, jqconsole; } } -})(CloudCmd, Util, DOM); \ No newline at end of file +})(CloudCmd, Util, DOM);