I think JS compiler decorate the incoming request to always treat it as debug mode
On 2012/06/21 21:29:17, felix8a wrote:
On 2012/06/11 15:22:41, Jasvir wrote: > LGTM > >
http://codereview.appspot.com/6304061/diff/1/features/src/main/javascript/features/caja/taming.js
> File features/src/main/javascript/features/caja/taming.js (right): > >
http://codereview.appspot.com/6304061/diff/1/features/src/main/javascript/features/caja/taming.js#newcode128
> features/src/main/javascript/features/caja/taming.js:128: debug:
true
> For my understanding, what breaks when debug == false?
debug:true is necessary at the moment to prevent shindig from
Closure-compiling
Caja's taming-frame and guest-frame js, which breaks them.
(eventually I'll
have a better way of handling this.)
http://codereview.appspot.com/6304061/
