Skip to content

Instantly share code, notes, and snippets.

@benash
Created December 13, 2014 21:29
Show Gist options
  • Save benash/7e8ab0ca4dba2617493b to your computer and use it in GitHub Desktop.
Save benash/7e8ab0ca4dba2617493b to your computer and use it in GitHub Desktop.
function UserPartial(parent) {
this.parent = parent;
// . . .
this.userId = this.parent.getAttribute(‘data-id’);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment