Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
Tom MacWright
2013-02-01 13:17:28 -05:00
-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;
}