Opened 7 years ago
Closed 7 years ago
#14888 closed bug (notabug)
Minified version not using $.data
Reported by: | Rob Simpson | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | [meta] ui.build | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
We are working on a project and it looks like the regular file is using $.data but in the minified version the use of $.data is not used and instead used e.data(). This seems not to be correct and wanted to find out what the reason is behind this?
Here is a reference issue from years ago: https://bugs.jqueryui.com/ticket/5756
Thank you
Note: See
TracTickets for help on using
tickets.
Please don't manually try to inspect the minified code. Variable names have no association with their original names.