From: Alan Knowles Date: Tue, 27 Jul 2010 03:07:43 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=56e9c6cb7222b940d24947c9875cab739b3ad2ce sync --- diff --git a/Roo.js b/Roo.js index bf4016a472..d9c659f862 100644 --- a/Roo.js +++ b/Roo.js @@ -319,7 +319,7 @@ Roo.factory(conf, Roo.data); */ log : function(s) { - if ((typeof(console) == 'undefined') || typeof(console.log) == 'undefined')) { + if ((typeof(console) == 'undefined') || (typeof(console.log) == 'undefined')) { return; // alerT? } console.log(s);