Content deleted Content added
oops, naming conflict (you'd think a var li in an inner function would declare a new variable, but it apparently still refers to the variable in the outer function) |
JavaScript, closure, endless amounts of fun |
||
(One intermediate revision by the same user not shown) | |||
Line 39:
loadModule(x, this.addObject);
else
{
self.addObject(o);
});
})(x.slice(1));
}
catch(e)
|