mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-12 22:26:07 +00:00
Yet another global leak
This commit is contained in:
@@ -133,7 +133,7 @@ iD.Connection = function() {
|
||||
var rparentsOf = {},
|
||||
wparentsOf = {};
|
||||
|
||||
var o;
|
||||
var o, l;
|
||||
for (i = 0, l = root.childNodes.length; i < l; i++) {
|
||||
switch(root.childNodes[i].nodeName) {
|
||||
case 'node':
|
||||
|
||||
Reference in New Issue
Block a user