> >"interface" is a reserved word. > > > >http://javascript.about.com/library/blreserved.htm
> I guessed somethink like this already... > > Stefan (Petre), is there any quick fix available / possible? > :-) Thanks, Arash You could edit the code and change that word to see if it fixes it. The function in question begins at line 62 of ifxscale.js. Try a global replace and change "interface" to something else, then run the code through Packer again. -Mike _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
