Side navigation
#12187 closed bug (duplicate)
Opened August 03, 2012 07:43AM UTC
Closed August 14, 2012 11:33AM UTC
jQuery does not minify with Yui compressor due to 'throws' reseverd keyword
Reported by: | ferdi.koomen@akqa.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | build | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery does not minify with Yui compressor due to 'throws' reseverd keyword. Line 5795 and Line 7336. Changing this property name to throwsError fixes the problem.
Can be closed: http://bugs.jquery.com/ticket/12158
DUPLICATE