Skip to content

Global jQuery, Chrome speed improvement, and bugfix#228

Closed
benallfree wants to merge 4 commits intoscottcheng:masterfrom
benallfree:master
Closed

Global jQuery, Chrome speed improvement, and bugfix#228
benallfree wants to merge 4 commits intoscottcheng:masterfrom
benallfree:master

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

1 participant