Skip to content

Instantly share code, notes, and snippets.

@mikeywaites
Created July 18, 2012 09:35
Show Gist options
  • Save mikeywaites/3135266 to your computer and use it in GitHub Desktop.
Save mikeywaites/3135266 to your computer and use it in GitHub Desktop.
var Form = function(){
var post_items = {};
is_valid = function(){
};
};
var MyForm = Form.create({
username: {type: String, length: 35};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment