Fix drawing in Firefox (fixes #628)

This commit is contained in:
John Firebaugh
2013-02-04 12:26:57 -08:00
parent 940a7a9a6a
commit 6dd1bebe89

View File

@@ -165,5 +165,5 @@ iD.behavior.DrawWay = function(context, wayId, index, mode, baseGraph) {
context.enter(iD.modes.Browse(context));
};
return d3.rebind(drawWay, event, 'on');
return drawWay;
};