Created
April 18, 2012 21:02
-
-
Save jordanyaker/2416523 to your computer and use it in GitHub Desktop.
hashex.js Implementation Example
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
new hashex.collection({ | |
/*/: new hashex.collection({ | |
/10001/: "I'm in english!!!", | |
/*/: "I'm default" | |
}), | |
/fr*/: new hashex.collection({ | |
/10001/: "I'm in french!!!", | |
/*/: "I'm default" | |
}) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment