mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Microbranching jshint stuff.
This commit is contained in:
@@ -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('');
|
||||
|
||||
Reference in New Issue
Block a user