Skip to content

Instantly share code, notes, and snippets.

@karmajunkie
Created August 8, 2013 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karmajunkie/6180824 to your computer and use it in GitHub Desktop.
Save karmajunkie/6180824 to your computer and use it in GitHub Desktop.
Blocktalk = {
Index: {
//with init function: Blocktalk.Index.init();
init: function(){
$(document).ready(function(){
});
}
},
//called directly: Blocktalk.Show()
Show: function(){
}
}
<script type='text/javascript'>
Blocktalk.Index.init();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment