IE does not like 'item' as a var name
parent
2325bd9a8f
commit
ac6fb40c21
|
@ -58,9 +58,9 @@ if ( get_set )
|
|||
|
||||
|
||||
var chk_each = {};
|
||||
for ( item in data )
|
||||
for ( i in data )
|
||||
{
|
||||
chk_each[ item ] = 1;
|
||||
chk_each[ i ] = 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue