Created
January 3, 2014 04:32
-
-
Save todthomson/8232775 to your computer and use it in GitHub Desktop.
Some shit for Nick...
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
| <script> | |
| var foo = $('#someid'); | |
| function somefunc() { | |
| var bar = foo; | |
| } | |
| function someothercallbackfunc() { | |
| var baz = foo; | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment