From aa37c0e4a5a2b575df9880e1395d3e4bd1f93faa Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sun, 15 May 2016 23:32:58 -0400 Subject: [PATCH] fix comment --- js/lib/d3.keybinding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/lib/d3.keybinding.js b/js/lib/d3.keybinding.js index 45db7f824..605f5c061 100644 --- a/js/lib/d3.keybinding.js +++ b/js/lib/d3.keybinding.js @@ -148,7 +148,7 @@ d3.keybinding = function(namespace) { '+': 107, 'plus': 107, // Num-Subtract, or - '-': 109, subtract: 109, - // Firefox Minus + // Firefox Plus 'ffplus': 171, // Firefox Minus 'ffminus': 173,