This is a bug in the Snow theme that went unnoticed since it doesn't affect page functioning.
It can be fixed by changing the following in qa-theme/Snow/qa-theme.php:
'if (qa_wysiwyg_editor_config)',
... to ...
"if (typeof qa_wysiwyg_editor_config == 'object')",
The fix will be rolled into Q2A 1.6.