Skip to content

Instantly share code, notes, and snippets.

@techwraith
Created October 12, 2012 02:09
Show Gist options
  • Save techwraith/3876954 to your computer and use it in GitHub Desktop.
Save techwraith/3876954 to your computer and use it in GitHub Desktop.
for (var i in ModelDefinition) {
if (ModelDefinition.hasOwnProperty(i)) {
defined[i] = ModelDefinition[i];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment