Skip to content

Instantly share code, notes, and snippets.

@mugizico
Last active May 19, 2016 18:38
Show Gist options
  • Save mugizico/da18092ba60e9e67a153 to your computer and use it in GitHub Desktop.
Save mugizico/da18092ba60e9e67a153 to your computer and use it in GitHub Desktop.
findContacts function
Command.add = function(done){
var str = this.getOperationData()
var c = Contact.createContact(str)
Contact.saveContact = function (err , c){
if(err) { return done(err)}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment