Last modified: 2014-07-08 00:07:45 UTC
If I create a gadget with "var TEST = true;" then window.TEST === undefined in production mode, but when I try to debug the gadget by adding debug=1 to the URL, the behavior changes and I get window.TEST === true; The variable should still be local in debug mode.