Skip to content

Instantly share code, notes, and snippets.

@jwalsh
Created February 20, 2013 00:35
Show Gist options
  • Save jwalsh/4991654 to your computer and use it in GitHub Desktop.
Save jwalsh/4991654 to your computer and use it in GitHub Desktop.
var log = function(l) {
if (console) {
console.log.apply(console, arguments);
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment