mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00: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 d3.xml(url).get().on('load', done);
|
||||
inflight.push(d3.xml(url).get()
|
||||
.on('load', done));
|
||||
}
|
||||
|
||||
function getNodes(obj) {
|
||||
|
||||
Reference in New Issue
Block a user