Don't need to copy here

This commit is contained in:
John Firebaugh
2012-12-25 13:57:03 -08:00
parent c66ea58d56
commit 486f778c9c
+2 -2
View File
@@ -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) {