From 5d30a01cfc979eb175aab70fffbb18e148b150c5 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 25 Mar 2013 18:17:46 -0700 Subject: [PATCH] Fix event namespace --- js/id/modes/drag_node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/id/modes/drag_node.js b/js/id/modes/drag_node.js index 475f7aef7..a3c76a912 100644 --- a/js/id/modes/drag_node.js +++ b/js/id/modes/drag_node.js @@ -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')