mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Don't need to copy here
This commit is contained in:
@@ -8,8 +8,8 @@ iD.Inspector = function() {
|
||||
function osmLink(d) {
|
||||
return 'http://www.openstreetmap.org/browse/' + d.type + '/' + d.osmId();
|
||||
}
|
||||
function emitChangeDirection(d) { event.changeWayDirection(iD.Entity(d)); }
|
||||
function emitSplitWay(d) { event.splitWay(iD.Entity(d)); }
|
||||
function emitChangeDirection(d) { event.changeWayDirection(d); }
|
||||
function emitSplitWay(d) { event.splitWay(d); }
|
||||
selection.html('');
|
||||
var h2 = selection.append('h2');
|
||||
h2.append('span').attr('class', function(d) {
|
||||
|
||||
Reference in New Issue
Block a user