Skip to content

Instantly share code, notes, and snippets.

@akisute
Created March 14, 2009 08:03
Show Gist options
  • Save akisute/79015 to your computer and use it in GitHub Desktop.
Save akisute/79015 to your computer and use it in GitHub Desktop.
function Logger() {
}
try {
Logger.debug = console.debug;
} catch (e) {
Logger.debug = function() {alert('abesi')};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment