-
Notifications
You must be signed in to change notification settings - Fork 473
Description
I am attempting to upgrade my jQuery 3.3.1 to your most recent version (3.7.0). I am using migrate to make the transition smooth. I downloaded jquery-3.7.0.js, jquery-3.7.0.min. js, jquery-migrate-3.4.0.js and jquery-migrate-3.4.0.min.js, All four had this code in line two:
"undefined" == typeof jQuery.migrateMute && (jQuery.migrateMute = !0),
Looking at the documentation, I see that it has something to do with suppressing errors and/or warnings. However, for me, it caused an error, "Uncaught ReferenceError: Jquery is not defined". Can you tell me what this line truly does and what I can do to fix it? I am assuming that this line would not go to production. I amusing Chrome, Edge, and sometimes IE 11+. So, maybe I can live without it. Let me know. Thank you.