diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-07 04:51:00 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-07 04:51:00 -0500 |
commit | 1921a8e65a8d3a3b7f03fbc3bc3db4e0f725d459 (patch) | |
tree | ad274165cee145ab8d28bce62334f1293235d997 /toolkit/profile | |
parent | 15d4ea66a066e9919bd801649d885fd537ce48ad (diff) | |
download | aura-central-1921a8e65a8d3a3b7f03fbc3bc3db4e0f725d459.tar.gz |
Issue mcp-graveyard/UXP%65 - Correct fallthough case in profileSelection.js
Diffstat (limited to 'toolkit/profile')
-rw-r--r-- | toolkit/profile/content/profileSelection.js | 2 |
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: |