Skip to content

Instantly share code, notes, and snippets.

@chrisbuttery
Forked from anthonyshort/example.js
Created February 3, 2014 22:21
Show Gist options
  • Save chrisbuttery/8793646 to your computer and use it in GitHub Desktop.
Save chrisbuttery/8793646 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