Skip to content

Instantly share code, notes, and snippets.

@anthonyshort
Created February 3, 2014 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anthonyshort/8793533 to your computer and use it in GitHub Desktop.
Save anthonyshort/8793533 to your computer and use it in GitHub Desktop.
var Form = require('form');
function PersonalDetails(el, model) {
this.el = el;
this.model = model;
this.form = new Form(el);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment