Skip to content

Instantly share code, notes, and snippets.

@akshar100
Created July 22, 2012 12:41
Show Gist options
  • Save akshar100/3159542 to your computer and use it in GitHub Desktop.
Save akshar100/3159542 to your computer and use it in GitHub Desktop.
GenericModel
var GenericModel = Y.Base.create('GenericModel', Y.Model, [], {
sync: genericModelSync
,idAttribute:'_id'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment