Fix build

This commit is contained in:
John Firebaugh
2014-10-13 16:48:59 -07:00
parent a7fb35663c
commit 9a2054272c
+1 -1
View File
@@ -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(); });