mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-30 15:38:27 +02:00
Yet another global leak
This commit is contained in:
+1
-1
@@ -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