Skip to content

Instantly share code, notes, and snippets.

@quackingduck
Last active July 30, 2018 19:46
Show Gist options
  • Save quackingduck/d4ad9fa8a45240ccafc1ca5d217ca6d2 to your computer and use it in GitHub Desktop.
Save quackingduck/d4ad9fa8a45240ccafc1ca5d217ca6d2 to your computer and use it in GitHub Desktop.
commentary
commentary
initializing
read pwd -> locating commentary dir
locating commentary dir
found -> locating attrs file
locating attrs file
found -> parsing attrs file
parsing attrs file
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment