Open sarg3nt opened 9 years ago
For whatever reason, when we had our deployment system minify the source and use it externally, everything is fine.
yes this would be a very easy fix (I believe I just forgot to update the minified version)
@cubiq So can you update the minified version?
I've got this error btw. I'll use unminified for now.
+1, update the minified version please.
For quick fix (minified version), search for i.debug
and replace with this.options.debug
:+1: on this, maybe only distribute the minified version in tagged/stable versions on not in master branch?
JavaScript error in console: Uncaught TypeError: Cannot read property 'debug' of undefined
Here's how I'm loading it.
If I load the non minified file it works fine.