mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
jshint
This commit is contained in:
@@ -59,11 +59,11 @@ iD.Inspector = function() {
|
||||
.attr('class', 'head inspector-inner').call(drawhead);
|
||||
|
||||
var inspectorwrap = selection
|
||||
.append('ul').attr('class', 'inspector-inner tag-wrap fillL2')
|
||||
.append('ul').attr('class', 'inspector-inner tag-wrap fillL2');
|
||||
|
||||
inspectorwrap
|
||||
.data(['tag', 'value', ''])
|
||||
.enter()
|
||||
.enter();
|
||||
|
||||
function draw(data) {
|
||||
var tr = inspectorwrap.selectAll('li')
|
||||
|
||||
Reference in New Issue
Block a user