Skip to content

Instantly share code, notes, and snippets.

@mde
Created August 15, 2013 00:30
Show Gist options
  • Select an option

  • Save mde/6237190 to your computer and use it in GitHub Desktop.

Select an option

Save mde/6237190 to your computer and use it in GitHub Desktop.
// Determine if `content` is a collection of models
else if(content instanceof Array) {
if(!type) {
throw new Error(
'Cannot determine model type from empty array, specify one in opts');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment