diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-05-11 20:15:08 +1000 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-05-11 20:15:08 +1000 |
commit | a1c53bbdb0a3ac0aa56922b5b14e75026db7fd10 (patch) | |
tree | 0d09048ebb963ed6cbb97b2d5f2941d5d9fbc860 /common/content/hints.js | |
parent | 7e4a0096de9599cacb582268f236402a4c5d3300 (diff) | |
download | pentadactyl-a1c53bbdb0a3ac0aa56922b5b14e75026db7fd10.tar.gz |
Remove a trailing comma.
Diffstat (limited to 'common/content/hints.js')
-rw-r--r-- | common/content/hints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/hints.js b/common/content/hints.js index 6e80fa69..6c9692db 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -886,7 +886,7 @@ function Hints() //{{{ context.completions = [[k, v.prompt] for ([k, v] in Iterator(hintModes))]; }, onChange: function () { modes.pop() }, - onCancel: function (arg) { arg && setTimeout(function () hints.show(arg), 0); }, + onCancel: function (arg) { arg && setTimeout(function () hints.show(arg), 0); } }); }, { flags: Mappings.flags.COUNT }); |