From fe69f68d5855a201d5b0ad8958d52c860e031a0c Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Fri, 29 Jun 2012 11:38:51 +0000 Subject: [PATCH] [-] BO : #PSCFV-2947 - isArrowKey doesn't always return a valaue --- js/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tools.js b/js/tools.js index 5a62b2f77..ee799ad66 100644 --- a/js/tools.js +++ b/js/tools.js @@ -276,7 +276,7 @@ function isArrowKey(k_ev) var unicode=k_ev.keyCode? k_ev.keyCode : k_ev.charCode; if (unicode >= 37 && unicode <= 40) return true; - + return false; } //On dom ready