Microbranching jshint stuff.

This commit is contained in:
Tom MacWright
2013-01-22 09:35:34 -05:00
parent c05f3ea7f4
commit b3765a4467
+3 -1
View File
@@ -138,7 +138,9 @@ iD.modes.Select = function (entity) {
mode.exit = function () {
var surface = mode.map.surface;
entity && changeTags(entity, inspector.tags());
if (entity) {
changeTags(entity, inspector.tags());
}
d3.select('.inspector-wrap')
.style('display', 'none')
.html('');