Do not redefine mod in inspector, fixes jshint

This commit is contained in:
Tom MacWright
2013-01-09 11:40:17 -05:00
parent 44eeeeebaa
commit 31d6966296
+3 -3
View File
@@ -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');
}