Closed magnars closed 10 years ago
@zilvinasu After some investigation, I see that the're not missing. They're reorganized. It minifies into this:
function appletReady(){alert(s);var a="Ddd";alert(a);var e="mytokens";alert(e)}var appletId,appletRef,s="asasasdasd";
Look at the end of that string. There they are.
Oh sorry for confusing you, thanks!
No worries, mate. :) I'm very glad you're reporting issues, since then I can iron out the wrinkles for the next one in line.
Maybe they're optimized away because uglify thinks we're in a node script, and it needs to be told that it's in a browser.