diff options
| -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 }); } |
