From 074910286863acd8fcc8b7d2dbd891baaddd33a0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 5 Oct 2012 06:53:23 -0400 Subject: [PATCH] minor changes --- ChangeLog | 1 + lib/client/terminal.js | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 23d1c4e3..9c544232 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ problem with menu showing. * Fixed bug with empty directorys. If directory was empty, we could not go in. + * Removed packed versions of files, uglifing would be doing on-a-fly diff --git a/lib/client/terminal.js b/lib/client/terminal.js index 17b0700a..4358d07e 100644 --- a/lib/client/terminal.js +++ b/lib/client/terminal.js @@ -107,8 +107,7 @@ var CloudCommander, $; Term.pause(); }; - - + /** * function bind keys */