Search and Top Navigation
#15092 open bug ()
Opened November 05, 2016 01:12PM UTC
Last modified November 16, 2016 06:18PM UTC
jquery-ui 1.12.1 minified difers between direct download and zip package
Reported by: | 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=/([!"#$%&'()*+,.\\/:;<=>?@[\\]^
{|}~])/g;`
vs
t.ui.escapeSelector=function(){var t=/([!"#$%&'()*+,./:;<=>?@[\\]^
{|}~])/g;`
For consistency these files should be the same.
Attachments (0)
Change History (1)
Changed November 16, 2016 06:18PM UTC by comment:1
status: | new → open |
---|