Skip to content

Instantly share code, notes, and snippets.

@VincentHelwig
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentHelwig/5f5152fce47953e866f3 to your computer and use it in GitHub Desktop.
Save VincentHelwig/5f5152fce47953e866f3 to your computer and use it in GitHub Desktop.
Console log Fallback
var console = console || {
log: function( ){ },
info: function( ){ },
warn: function( ){ },
table: function( ){ }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment