Fix event namespace

This commit is contained in:
John Firebaugh
2013-03-25 18:17:46 -07:00
parent 44fdf70409
commit 5d30a01cfc

View File

@@ -159,7 +159,7 @@ iD.modes.DragNode = function(context) {
context.uninstall(hover);
context.history()
.on('undone.drag_node', null);
.on('undone.drag-node', null);
context.surface()
.selectAll('.active')