Just a quick snippet

Posted on February 10th, 2010 in PHP by Russ

if (typeof console == ‘undefined’) { var console = { log : function() {}, debug: function() {} }; }

Leave a comment