andrew4582

Safe console

Jun 6th, 2011
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* Safe console*/
  2. if (typeof console === 'undefined') {
  3.     console = { log: function(){} };
  4. }
Advertisement
Add Comment
Please, Sign In to add comment