Skip to content

Global jQuery, Chrome speed improvement, and bugfix#228

Closed
benallfree wants to merge 4 commits into
scottcheng:masterfrom
benallfree:master
Closed

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

Conversation

@benallfree

@benallfree benallfree commented Jan 2, 2017

Copy link
Copy Markdown

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