From 433b824ddb40239462b76c6b9cb9c5e69b9d0866 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 12 May 2010 00:29:28 +0200 Subject: [PATCH] return, for consistency. --- horde/js/KeyNavList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/js/KeyNavList.js b/horde/js/KeyNavList.js index a82773b14..149a5a6cb 100644 --- a/horde/js/KeyNavList.js +++ b/horde/js/KeyNavList.js @@ -195,7 +195,7 @@ var KeyNavList = Class.create({ this.opts.onChoose(this.getCurrentEntry()); this.hide(); e.stop(); - break; + return; case Event.KEY_ESC: this.hide(); -- 2.11.0