Last active
August 29, 2015 14:12
-
-
Save ephbaum/309ce10c1876a89605db to your computer and use it in GitHub Desktop.
Po' Man's Logger
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
;/* @po_mans_logger CurrentlyExecutingMethodName */; console.log( 'CurrentlyExecutingMethodName Scope' ); console.dir( { $parent: $parent, this: this } );/* @todo Remove - C'mon, you're better than this. */; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment