X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo.js;h=67147c5ee6efd7a6f1be03c969fb9561af26ca52;hp=54e8329ee8b29a417f9dad3fbc6aca831d650638;hb=refs%2Fheads%2Fwip_alan_T6102_issue_with_word_clean;hpb=d07f3a14e47379451580e744988d7aa3196614dc diff --git a/Roo.js b/Roo.js index 54e8329ee8..67147c5ee6 100644 --- a/Roo.js +++ b/Roo.js @@ -342,8 +342,8 @@ Roo.factory(conf, Roo.data); if ((typeof(console) == 'undefined') || (typeof(console.log) == 'undefined')) { return; // alerT? } - console.log(s); + console.log(s); }, /** * Takes an object and converts it to an encoded URL. e.g. Roo.urlEncode({foo: 1, bar: 2}); would return "foo=1&bar=2". Optionally, property values can be arrays, instead of keys and the resulting string that's returned will contain a name/value pair for each array value.