On 2009/09/10 01:03:13, louiscryan wrote:
Looks good to me.
http://codereview.appspot.com/116048/diff/1/6
File features/src/main/javascript/features/caja/taming.js (right):
http://codereview.appspot.com/116048/diff/1/6#newcode861
Line 861: //d.style.display = "none";
remove commented out line
Done.
http://codereview.appspot.com/116048/diff/1/4
File javascript/container/Bridge.as (right):
http://codereview.appspot.com/116048/diff/1/4#newcode61
Line 61: if (_root.logging) {
_root.createTextField('message',0,0,0,600,600); }
this isnt necessary anymore if youre using gadgets.log no?
Removed, and also above in the log() method.
http://codereview.appspot.com/116048