[-] BO : #PSCFV-2947 - isArrowKey doesn't always return a valaue

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16165 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-06-29 11:38:51 +00:00
parent 0f8348b77a
commit 1cd518a67c
+1 -1
View File
@@ -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