Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created July 12, 2010 01:21
Show Gist options
  • Save typeoneerror/472012 to your computer and use it in GitHub Desktop.
Save typeoneerror/472012 to your computer and use it in GitHub Desktop.
$.log = function()
{
if (window.console)
{
if (window.console.log) console.log.apply(null, arguments);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment