/ Published in: JavaScript
Expand |
Embed | Plain Text
if (typeof console == 'undefined') { var console = {}; console.log = function(msg) { return false; }; }
You need to login to post a comment.
if (typeof console == 'undefined') { var console = {}; console.log = function(msg) { return false; }; }
You need to login to post a comment.