Committer: aasriyan
LJSUP-14206: es5-shimU trunk/htdocs/js/basic.js
Modified: trunk/htdocs/js/basic.js =================================================================== --- trunk/htdocs/js/basic.js 2012-11-12 15:22:24 UTC (rev 23286) +++ trunk/htdocs/js/basic.js 2012-11-13 08:29:57 UTC (rev 23287) @@ -332,7 +332,7 @@ return threshold; }; -if (typeof console !== undefined) { +if (typeof console !== 'undefined') { LJ.console = console; }