From 3d5e2937e2ed9cacf2e284a5a94e54c59e371cac Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 29 Jan 2016 11:29:14 +0000 Subject: [PATCH] docstring --- lib/sync.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/sync.js b/lib/sync.js index f890fea50..e48f0a996 100644 --- a/lib/sync.js +++ b/lib/sync.js @@ -475,6 +475,12 @@ SyncApi.prototype._sync = function(syncOptions, attempt) { }); }; +/** + * Process data returned from a sync response and propagate it + * into the model objects + * + * @param {Object} data The response from /sync + */ SyncApi.prototype._processSyncResponse = function(data) { var client = this.client; var self = this;