For your information (possible bug?.
I get an error "$ is not defined" with an AjaxMinified version of Crockford's cycle.js from
https://github.com/douglascrockford/JSON-js
Error hasn't happened with other js Minifiers I've tried.
Thanks.
Cheers
Rob
Comments: ** Comment from web user: ronlo **
I get an error "$ is not defined" with an AjaxMinified version of Crockford's cycle.js from
https://github.com/douglascrockford/JSON-js
Error hasn't happened with other js Minifiers I've tried.
Thanks.
Cheers
Rob
Comments: ** Comment from web user: ronlo **
What version are you using? I'm not seeing the error when I download cycle.js from the link you provided and run AjaxMin against it. Looking at the code, the only instance of "$" as a variable name is as a parameter to a function expression, which means it should be defined just fine.