Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
Tom MacWright
2013-02-09 18:12:12 -05:00

View File

@@ -1,6 +1,7 @@
iD.modes.MoveWay = function(context, wayId) {
var mode = {
id: 'move-way'
id: 'move-way',
button: 'browse'
};
var keybinding = d3.keybinding('move-way');