Opened 6 years ago
Last modified 6 years ago
#15092 open bug
jquery-ui 1.12.1 minified difers between direct download and zip package
Reported by: | Philipp Kewisch | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | [meta] ui.build | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Comparing: https://code.jquery.com/ui/1.12.1/jquery-ui.min.js with the one found at http://jqueryui.com/resources/download/jquery-ui-1.12.1.zip there is a one-character difference in the minified file.
t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,.\/:;<=>[email protected][\]^
{|}~])/g;`
vs
t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,./:;<=>[email protected][\]^
{|}~])/g;`
For consistency these files should be the same.
Note: See
TracTickets for help on using
tickets.