Skip to content

Instantly share code, notes, and snippets.

@jordanyaker
Created April 18, 2012 21:02
Show Gist options
  • Save jordanyaker/2416523 to your computer and use it in GitHub Desktop.
Save jordanyaker/2416523 to your computer and use it in GitHub Desktop.
hashex.js Implementation Example
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