mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-04 05:58:09 +02:00
No more refnodes
This commit is contained in:
@@ -130,7 +130,6 @@ iD.Connection = function() {
|
||||
if (!dom || !dom.childNodes) return new Error('Bad request');
|
||||
var root = dom.childNodes[0];
|
||||
var entities = {};
|
||||
refNodes = {};
|
||||
var rparentsOf = {},
|
||||
wparentsOf = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user