From 9a2054272c2c1c66c7771d07ffffcf7246da2d27 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 13 Oct 2014 16:48:59 -0700 Subject: [PATCH] Fix build --- js/id/ui/zoom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/ui/zoom.js b/js/id/ui/zoom.js index 1889a6b30..f608e1d2a 100644 --- a/js/id/ui/zoom.js +++ b/js/id/ui/zoom.js @@ -28,7 +28,7 @@ iD.ui.Zoom = function(context) { button.append('span') .attr('class', function(d) { return d.id + ' icon'; }); - var keybinding = d3.keybinding('zoom') + var keybinding = d3.keybinding('zoom'); _.each(['=','ffequals','plus','ffplus'], function(key) { keybinding.on(key, function() { context.zoomIn(); });