[jQuery] Re: Compressing javascript files in one file, problems with some plugins (dropshadow.js)

2008-02-12 Thread Karl Swedberg
it might have something to do with the the lack of line breaks. another thing that might work to fix your problem is to put a semicolon at the beginning of each plugin file. --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Feb 12, 2008, at 6:47 AM, a

[jQuery] Re: Compressing javascript files in one file, problems with some plugins (dropshadow.js)

2008-02-12 Thread andrea varnier
On 12 Feb, 12:33, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > Hey, you've found the error, thank you very much! > > But why?? actually I was only guessing :P the fact is that afaik the eval() function is used in the packed scripts, and not in the minified ones. but I confess I don't kn

[jQuery] Re: Compressing javascript files in one file, problems with some plugins (dropshadow.js)

2008-02-12 Thread Giovanni Battista Lenoci
On Feb 12, 12:26 pm, andrea varnier <[EMAIL PROTECTED]> wrote: > have you tried using the minified version of dimensions.js instead of > the packed one? Hey, you've found the error, thank you very much! But why?? Thank you again

[jQuery] Re: Compressing javascript files in one file, problems with some plugins (dropshadow.js)

2008-02-12 Thread andrea varnier
have you tried using the minified version of dimensions.js instead of the packed one?