In Javelin JS - line 820 , I see a weird test for IE as below
// IE does not enter this loop.
for (var i in {toString: 1}) {
return;
}
// Do IE specific stuff
Anyone have an idea as to how reliable this is? Is it relying on a bug?
Edit - It does nothing?