Skip to content

Instantly share code, notes, and snippets.

@vseventer
Created July 31, 2012 15:29
Show Gist options
  • Save vseventer/3217830 to your computer and use it in GitHub Desktop.
Save vseventer/3217830 to your computer and use it in GitHub Desktop.
Kinvey JavaScript Library: conflict resolution policy.
Kinvey.Sync.configure({
conflict: Kinvey.Sync.serverAlwaysWins
/* or:
conflict: Kinvey.Sync.clientAlwaysWins
*/
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment