[jQuery] Re: YUI munging?

2008-06-30 Thread Ariel Flesler
Could be that window['eval'] wasn't enough, if so, try window['ev'+'al']. -- Ariel Flesler http://flesler.blogspot.com On 30 jun, 01:49, spicyj <[EMAIL PROTECTED]> wrote: > Why does the YUI Compressor not munge the variables in the jQuery > source? If I try to compress only a part of it, then it

[jQuery] Re: YUI munging?

2008-06-30 Thread Ariel Flesler
Because of an eval, and maybe the with() in jQuery offset. I faced this situation some time ago. Replace every eval( for window['eval']( I think that's enough. If you still find this issue, then get rid of the with(). Cheers -- Ariel Flesler http://flesler.blogspot.com On 30 jun, 01:49, spicyj