mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Do not redefine mod in inspector, fixes jshint
This commit is contained in:
@@ -151,12 +151,12 @@ iD.Inspector = function() {
|
||||
if (en.on_node) types.push('point');
|
||||
if (en.on_way) types.push('line');
|
||||
en.types = types;
|
||||
var mod = iD.modal();
|
||||
mod.select('.content')
|
||||
iD.modal()
|
||||
.select('.content')
|
||||
.datum(en)
|
||||
.call(iD.tagReference);
|
||||
} else {
|
||||
var mod = iD.flash()
|
||||
iD.flash()
|
||||
.select('.content')
|
||||
.text('This is no documentation available for this tag combination');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user