summaryrefslogtreecommitdiffstats
path: root/toolkit
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-07 04:51:00 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-07 04:51:00 -0500
commitb4ac6a7dcb9ce4449c0dc1afc30d4aaee74c9a6a (patch)
treead274165cee145ab8d28bce62334f1293235d997 /toolkit
parentcf4ad4e969bf553c4e7bcf79e8f3a98783584070 (diff)
downloadUXP-b4ac6a7dcb9ce4449c0dc1afc30d4aaee74c9a6a.tar
UXP-b4ac6a7dcb9ce4449c0dc1afc30d4aaee74c9a6a.tar.gz
UXP-b4ac6a7dcb9ce4449c0dc1afc30d4aaee74c9a6a.tar.lz
UXP-b4ac6a7dcb9ce4449c0dc1afc30d4aaee74c9a6a.tar.xz
UXP-b4ac6a7dcb9ce4449c0dc1afc30d4aaee74c9a6a.zip
Issue #65 - Correct fallthough case in profileSelection.js
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/profile/content/profileSelection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/profile/content/profileSelection.js b/toolkit/profile/content/profileSelection.js
index 65a2ba13f..05ef6f5ed 100644
--- a/toolkit/profile/content/profileSelection.js
+++ b/toolkit/profile/content/profileSelection.js
@@ -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: