Created
October 6, 2011 11:16
-
-
Save janjongboom/1267166 to your computer and use it in GitHub Desktop.
my awesome multifile gist
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
var fileNo = 2; | |
if (fileNo === 2) { | |
console.log('oh noes, its numero deux!'); | |
} |
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
$(function () { | |
var hello = 'i am the multifile gist'; | |
console.log(hello); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment