Created
May 9, 2014 14:47
-
-
Save davetheninja/e65943b9985e598040b5 to your computer and use it in GitHub Desktop.
This file contains 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
function a() { // index 1, or first function in file | |
} | |
function b() { // index 2, or second function in file | |
} | |
function c() { // index 3, or third function in file | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment