Remove double dispatch

This commit is contained in:
John Firebaugh
2013-02-01 13:13:21 -05:00
parent 031c8d655e
commit 619216b33b
-1
View File
@@ -263,7 +263,6 @@ iD.Map = function(context) {
t[0] - ll[0] + c[0],
t[1] - ll[1] + c[1]]);
zoom.translate(projection.translate());
dispatch.move(map);
return true;
}