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

This commit is contained in:
Tom MacWright
2013-03-15 17:23:21 -04:00
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -37,6 +37,10 @@ path.shadow {
transition: 200ms;
}
path.shadow {
pointer-events: stroke;
}
/* points */
g.point .stroke {
+1 -1
View File
@@ -106,7 +106,7 @@ iD.ui.TagEditor = function(context) {
.call(drawButtons);
tageditor.tags(tags);
event.changeTags(tags);
changeTags();
}
function clean(o) {