Skip to content

Instantly share code, notes, and snippets.

@nachopants
Last active August 8, 2016 06:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nachopants/3ff0829b83c1ac01b54c7cf535e043bd to your computer and use it in GitHub Desktop.
Save nachopants/3ff0829b83c1ac01b54c7cf535e043bd to your computer and use it in GitHub Desktop.
Kebabs are yummy
var appModel = function() {
obj = new subModel('kebab');
}
var subModel = function(model) {
subObj = new model();
}
var kebab = function() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment