Skip to content
New issue

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

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

Already on GitHub? # to your account

Issue #369: URL checkboxes for oldIE #370

Closed
wants to merge 1 commit into from

Conversation

gibson042
Copy link
Member

Fixes #369.

@ghost ghost assigned Krinkle Dec 16, 2012
target = event.target || event.srcElement;
params[ target.name ] = target.checked ? true : undefined;
window.location = QUnit.url( params );
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jshint: [L1106:C14] Don't make functions within a loop.

Probably best to use only 1 function reference (for performance as well). Fixing...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well yeah, if you're gonna follow good practice. 🐼
Thanks for the notice and the fix.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, It wouldn't merge without it, grunt has to pass. And we currently don't tolerate funcloop in our jshint config.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

oldIE don't respond to urlConfig checkbox changes
2 participants