Guest User

Untitled

a guest
Jul 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function Console(){}
  2. Console.prototype.log = function(){};
  3. Console.prototype.debug = function(){};
  4. (!window.console) && (window.console = new Console());
Add Comment
Please, Sign In to add comment