Skip to content

Instantly share code, notes, and snippets.

@joshkehn
Created October 25, 2011 22:17
Show Gist options
  • Save joshkehn/1314528 to your computer and use it in GitHub Desktop.
Save joshkehn/1314528 to your computer and use it in GitHub Desktop.
var me = {
name : 'Joshua Kehn',
picture : '/josh.jpg',
age : 24,
email : "[email protected]",
notification : [
'Someone commented',
'A server went down',
'The grilled cheese is ready',
'Downtime scheduled'
],
"twitter" : "@joshkehn",
"github" : "joshkehn"
};
weld(document.getElementById('profile'), me);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment