Skip to content

Commit

Permalink
(pouchdb#5145) - Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen committed May 10, 2016
1 parent c98bc95 commit 6254357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replicate/replicate.js
Expand Up @@ -293,7 +293,7 @@ function replicate(src, target, opts, returnValue, result) {
processPendingBatch(true);
} else {

var complete = function() {
var complete = function () {
if (continuous) {
changesOpts.live = true;
getChanges();
Expand Down

0 comments on commit 6254357

Please sign in to comment.