Skip to content

Instantly share code, notes, and snippets.

@kirkdotcam
Created March 27, 2018 03:00
Show Gist options
  • Save kirkdotcam/8c736a0653d3fb258e4da13524eff325 to your computer and use it in GitHub Desktop.
Save kirkdotcam/8c736a0653d3fb258e4da13524eff325 to your computer and use it in GitHub Desktop.
function Model(name,collectionRef,collectionObj){
this.name = name;
this.collectionRef = collectionRef;
this.collection = collectionObj;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment