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

Fix when jQuery is not defined #4

Merged
merged 1 commit into from Oct 23, 2015
Merged

Conversation

oligot
Copy link
Contributor

@oligot oligot commented Oct 23, 2015

As we are in strict mode, the previous code failed with
Uncaught ReferenceError: jQuery is not defined
as we tried to access a variable that is not defined.

This small fix makes sure to define the variable appropriately.

As we are in strict mode, the previous code failed with
Uncaught ReferenceError: jQuery is not defined
as we tried to access a variable that is not defined.

This small fix makes sure to define the variable appropriately.
lbebber added a commit that referenced this pull request Oct 23, 2015
Fix when jQuery is not defined
@lbebber lbebber merged commit f910b49 into codrops:master Oct 23, 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

Successfully merging this pull request may close these issues.

None yet

2 participants