Side navigation
#2555 closed bug (invalid)
Opened March 19, 2008 02:03PM UTC
Closed February 18, 2009 01:35AM UTC
Dojo ShrinkSafe compatibility fix
Reported by: | SickeW | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jQuery version 1.2.3 cannot be correctly compressed with Dojo ShrinkSafe. The occurences of variable name 'expando' are not properly replaced within the body of function 'jQuery.fn'. Resulting in an error when the compressed script is used.
This can be verified by pasting 'jquery-1.2.3.js' in 'http://compressorrater.thruhere.net/' and reviewing the result for 'Dojo ShrinkSafe'.
The solution is to put the declaration of variable 'expando' before function 'jQuery.fn'.
Attached a patch against revision 5091.
Sicke Westerdijk.
Attachments (1)
Change History (1)
Changed February 18, 2009 01:35AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Sorry, it looks like this ticket got lost. The lines you wanted to change don't seem to be there anymore, I hope that means it's no longer a problem.