From ad597c32e28b99ba07e35218f44e5090ab1808ac Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 29 Nov 2014 22:21:54 +0200 Subject: history: small style fix --- src/history.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 }); } -- cgit v1.3.1