Try using Jslint (http://www.jslint.com/) or Firebug to find out what could be wrong. What tool are you using to compress your javascript? Try some other javascript compressor tool?
Finally it worked. What I found was that the compressor didn't add the ';' on the end of the compressed file. I just added one and it worked fine. Thanks.
Try using Jslint (http://www.jslint.com/) or Firebug to find out what could be wrong. What tool are you using to compress your javascript? Try some other javascript compressor tool?
Finally it worked. What I found was that the compressor didn't add the ';' on the end of the compressed file. I just added one and it worked fine. Thanks.