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

Update jaffaWidgets.js #4

Merged
merged 1 commit into from May 20, 2013
Merged

Conversation

DanielBaird
Copy link
Contributor

Fixed check for whether a jQuery select found something. jQuery selects never return null, they return empty lists. So testing against null doesn't work, you have to check for non-zero length.

Fixed check for whether a jQuery select found something. jQuery selects never return null, they return empty lists.  So testing against null doesn't work, you have to check for non-zero length.
andrewbrazzatti added a commit that referenced this pull request May 20, 2013
@andrewbrazzatti andrewbrazzatti merged commit b973681 into redbox-mint:master May 20, 2013
@DanielBaird DanielBaird deleted the patch-1 branch May 20, 2013 23:25
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

Successfully merging this pull request may close these issues.

None yet

2 participants