Rename and update

This commit is contained in:
Tom MacWright
2012-11-27 17:51:03 -05:00
parent 6be5e7a89c
commit 936cefb4ef
24 changed files with 7534 additions and 4 deletions

View File

@@ -26,9 +26,11 @@ iD.Map = function(elem, connection) {
})
.on('dragstart', function() {
history.perform(iD.actions.noop());
d3.event.sourceEvent.stopPropagation();
})
.on('drag', function(entity) {
var to = projection.invert([d3.event.x, d3.event.y]);
d3.event.sourceEvent.stopPropagation();
history.replace(iD.actions.move(entity, to));
redraw(only);
})

7536
js/lib/d3.v3.js vendored

File diff suppressed because one or more lines are too long