Created
June 21, 2011 20:09
-
-
Save adamwiggall/1038763 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
myNamespace.worldPeace = function() { | |
var worldProblems = document.getElementById('big_problems'); | |
// if we don't have any problems just return | |
if (!worldProblems.length) return; | |
// if we got this far we have some solving to do | |
// so write some great code and restore peace to the world! | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment