blob: 921b087ab847f7ccdee793bd281c1ff341a31a0a [file] [log] [blame]
function aaaa()
{
for(var p in obj)
{
alert(p);
}
for(var p in obj);
}