Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWarn and fill event shorthands #230
Comments
Fixes jquery#230
Fixes jquery#230
Fixes jquery#230
|
May I ask, why is this a warning in migrate 3? It's really irritating when trying to move from jQuery 2.x -> 3.x and the console is flooded with logs pertaining to 4+/never removals. Surely it can at least be an info/debug line so it's possible to filter out. The task isn't even closed and it's marked 3.3.0, which is yet to be released. |
|
@lpd-au In DevTools you can often filter console messages, e.g. in Chrome you can put "-shorthand" in the filter box and you won't see those messages; you can focus on other ones then. |
Core ref jquery/jquery#3214
Docs ref jquery/api.jquery.com#972