1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 02:34:11 +01:00

Whitespace fixes.

This commit is contained in:
Doug Kearns
2009-01-11 14:07:10 +11:00
parent f5e2a671e8
commit 9729969d8b
9 changed files with 12 additions and 14 deletions

View File

@@ -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);