Last active
August 29, 2015 14:01
-
-
Save arioch1984/cb03c45784f342f19acd to your computer and use it in GitHub Desktop.
console log wrapper coffee script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.debugMode = document.location.hash.match(/debug/) and console? console.log 'This is the first of many debug-mode outputs' if debugMode |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment