summaryrefslogtreecommitdiff
path: root/common/content/modes.js
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-01-11 14:07:10 +1100
committerDoug Kearns <dougkearns@gmail.com>2009-01-12 15:32:50 +1100
commit9729969d8be0d1f67ee7769d1a30e0608395f2c2 (patch)
tree5e78f6edb3263a80f118614a334d04373b8a57c4 /common/content/modes.js
parentf5e2a671e851195ad59571b6c245af7a8c20a9cc (diff)
downloadpentadactyl-9729969d8be0d1f67ee7769d1a30e0608395f2c2.tar.gz
Whitespace fixes.
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);