Issue #65 - Correct fallthough case in profileSelection.js

This commit is contained in:
Matt A. Tobin 2020-02-07 04:51:00 -05:00 committed by Roy Tam
commit f66076f04c

View file

@ -133,8 +133,8 @@ function onProfilesKey(aEvent)
{
switch ( aEvent.keyCode )
{
#ifndef XP_MACOSX
case KeyEvent.DOM_VK_BACK_SPACE:
#ifndef XP_MACOSX
break;
#endif
case KeyEvent.DOM_VK_DELETE: