Skip to content

Instantly share code, notes, and snippets.

@blaines
Created June 21, 2010 01:17
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 blaines/446275 to your computer and use it in GitHub Desktop.
Save blaines/446275 to your computer and use it in GitHub Desktop.
template =
{
form:{
method:"post","class":["new","blogpost"],fields:[
{name:"title",type:"text","class":"title"},
{name:"body",type:"textarea","class":"body"}
]
}
};
// now try
template.form.method;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment