Skip to content

Instantly share code, notes, and snippets.

@linuxsable
Created December 2, 2010 01:04
Show Gist options
  • Select an option

  • Save linuxsable/724559 to your computer and use it in GitHub Desktop.

Select an option

Save linuxsable/724559 to your computer and use it in GitHub Desktop.
if (typeof l == undefined) {
var l = function(v) {
if (typeof console != undefined && typeof console.log != undefined) {
console.log(v);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment