Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Erro no IE6 - Resolvido #7

Open
GoogleCodeExporter opened this issue May 27, 2015 · 2 comments
Open

Erro no IE6 - Resolvido #7

GoogleCodeExporter opened this issue May 27, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

erro na linha 32 no IE

O erro é simples, o IE estava reconhecendo a palavra "item" usada no "for 
in" como palavra reservada eu só a declarei explicitamente como variável. 
dentro do for in e funcionou perfeitamente.

ex: 

for( var item in defaultData)
{
...
} 


Original issue reported on code.google.com by [email protected] on 29 Dec 2009 at 7:21

@GoogleCodeExporter
Copy link
Author

Eu dei um "replace" de "item" por "_item" e resolveu :D

Original comment by [email protected] on 12 Jan 2010 at 10:12

@GoogleCodeExporter
Copy link
Author

Mas essa outra solução é mais bonita mesmo

Original comment by [email protected] on 14 Jan 2010 at 7:26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant