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

while doesn't loop #44

Closed
Maxhodges opened this issue Mar 29, 2015 · 1 comment
Closed

while doesn't loop #44

Maxhodges opened this issue Mar 29, 2015 · 1 comment

Comments

@Maxhodges
Copy link

I found this structure twice in the code. Looks like a flow control issue

  while (
            div.innerHTML = "<!--[if gt IE " + (++v) + "]><i></i><![endif]-->",
            all[0]
        ) {
            return v > 4 ? v : undef;
        }
@onokumus
Copy link
Owner

onokumus commented Aug 9, 2015

@Maxhodges
This code has been removed since metisMenu 2.0.0 version.

@onokumus onokumus closed this as completed Aug 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants