Skip to main content

Search and Top Navigation

#14888 closed bug (notabug)

Opened December 10, 2015 09:42PM UTC

Closed December 16, 2015 05:05PM UTC

Minified version not using $.data

Reported by: pertrai1 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

Attachments (0)
Change History (1)

Changed December 16, 2015 05:05PM UTC by scottgonzalez comment:1

resolution: → notabug
status: newclosed

Please don't manually try to inspect the minified code. Variable names have no association with their original names.