summaryrefslogtreecommitdiff
path: root/common/content/modes.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/modes.js')
-rw-r--r--common/content/modes.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/content/modes.js b/common/content/modes.js
index 32a98a70..0a1ca076 100644
--- a/common/content/modes.js
+++ b/common/content/modes.js
@@ -247,7 +247,8 @@ const modes = (function () //{{{
set isReplaying(value) { isReplaying = value; this.show(); },
get main() main,
- set main(value) {
+ set main(value)
+ {
if (value != main)
handleModeChange(main, value);