diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-29 22:21:54 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-29 22:33:44 +0200 |
| commit | ad597c32e28b99ba07e35218f44e5090ab1808ac (patch) | |
| tree | 76867945befd23f2bbc6c5d517957d7c36d0066d /src | |
| parent | d27d697c1b914af3fbf76f12c31026cc56f37570 (diff) | |
history: small style fix
Diffstat (limited to 'src')
| -rw-r--r-- | src/history.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/history.js b/src/history.js index 3bc750d2..89237033 100644 --- a/src/history.js +++ b/src/history.js @@ -123,8 +123,8 @@ History.prototype.record_keystrokes = function(obj) return; } this.record(ACTION_KEYSTROKES, { - 'keys': keys, - 'where': where + keys: keys, + where: where }); } |
