http://codereview.appspot.com/1895047/diff/12001/13003 File features/src/main/javascript/features/container/container.js (right): http://codereview.appspot.com/1895047/diff/12001/13003#newcode49 features/src/main/javascript/features/container/container.js:49: 'deb')); Since it is overwrite the 'renderDebug' flag in ...
15 years, 6 months ago
(2010-08-25 20:40:03 UTC)
#3
http://codereview.appspot.com/1895047/diff/12001/13003
File features/src/main/javascript/features/container/container.js (right):
http://codereview.appspot.com/1895047/diff/12001/13003#newcode49
features/src/main/javascript/features/container/container.js:49: 'deb'));
Since it is overwrite the 'renderDebug' flag in config, it would be best to
default to 'renderDebug' instead of 'deb'
http://codereview.appspot.com/1895047/diff/12001/13003#newcode55
features/src/main/javascript/features/container/container.js:55:
this.renderDebug_ = Boolean(reqDebug ||
Instead of oring the config and url param, I think it would be better to let the
url param overwrite the config if present (meaning config=1 but param=0 then
flag will be false).
Issue 1895047: Runtime &renderDebug= for common container
(Closed)
Created 15 years, 7 months ago by mhermanto
Modified 15 years, 5 months ago
Reviewers: dev-remailer_shindig.apache.org, zhoresh
Base URL: http://svn.apache.org/repos/asf/shindig/trunk/
Comments: 3