-
• #2
That looks like it's caused by variable mangling: in the IDE settings, under
Minification
->Esprima: Mangle
, is "Shorten variable names" enabled? If so: try diabling it. -
• #3
That's an odd one. Looks like it's caused by the standard offline minifier trying to minify Layout.js
Try it now - I made sure that the Web IDE will load a pre-minified Layout library that should work ok
-
• #4
is "Shorten variable names" enabled? If so: try diabling it.
That worked, thanks a lot!
Somehow, "cb:" on buttons does not work for me. When i run the code example from the tutorial, i get
I tried 2v14 as well as the bleeding edge build. Funny thing is, about 5% of the time it works as expected, but usually not. I also get this error message when uploading via the Web IDE:
This is the code: