diff --git a/mailnews/compose/resources/content/MsgComposeCommands.js b/mailnews/compose/resources/content/MsgComposeCommands.js index 30a62047bb7c..839fc4e1b59d 100644 --- a/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mailnews/compose/resources/content/MsgComposeCommands.js @@ -1609,7 +1609,7 @@ function subjectKeyPress(event) case 9: if (!event.shiftKey) { window._content.focus(); - event.preventDefault; + event.preventDefault(); } break; case 13: