From: Alan Knowles Date: Thu, 27 May 2010 07:59:58 +0000 (+0800) Subject: builder.html.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=59df3fe57e1909401a52adbc6caed69f9dbbae62 builder.html.js --- diff --git a/builder.html.js b/builder.html.js index 90db81651..c7d539fe7 100644 --- a/builder.html.js +++ b/builder.html.js @@ -187,7 +187,7 @@ Builder = { /** eval:var:_this **/ /** eval:var:_tmp **/ // stupid IE can not return objects evaluated.. - console.log('_tmp =(' + cfg[p] + ')'); + // console.log('_tmp =(' + cfg[p] + ')'); eval('_tmp =(' + cfg[p] + ')'); cfg[isListener ? p : p.substr(1)] = _tmp;