mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Remove unreachable code in connection.
This unfortunately prevents loadFromURL from sharing the queue and cancelling functionality of bboxes
This commit is contained in:
@@ -27,8 +27,6 @@ iD.Connection = function() {
|
|||||||
return callback(null, parse(dom));
|
return callback(null, parse(dom));
|
||||||
}
|
}
|
||||||
return d3.xml(url).get().on('load', done);
|
return d3.xml(url).get().on('load', done);
|
||||||
inflight.push(d3.xml(url).get()
|
|
||||||
.on('load', done));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function getNodes(obj) {
|
function getNodes(obj) {
|
||||||
|
|||||||
Reference in New Issue
Block a user