mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Fix build
This commit is contained in:
+1
-1
@@ -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(); });
|
||||
|
||||
Reference in New Issue
Block a user