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

Global jQuery, Chrome speed improvement, and bugfix #228

Closed
wants to merge 4 commits into from
Closed

Global jQuery, Chrome speed improvement, and bugfix #228

wants to merge 4 commits into from

Conversation

benallfree
Copy link

@benallfree benallfree commented Jan 2, 2017

This PR fixes a few issues I've been wrestling with:

  1. Assume the global presence of jQuery. When including cropit in another lib, the require('jquery') was loading a separate jQuery module instead of using the global one. I changed the code to just not require jQuery at all and assume it's in the global namespace. Thoughts?
  2. Included jquery-migrate support for jQuery 3.x
  3. require('./Zoomer) capitalization fix.
  4. Chrome dialog fix (same as Update cropit.js #214)

@benallfree benallfree closed this Dec 9, 2021
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.

1 participant