summaryrefslogtreecommitdiff
path: root/share/www/script/test/replication.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/test/replication.js')
-rw-r--r--share/www/script/test/replication.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/test/replication.js b/share/www/script/test/replication.js
index d76d2fd8..405b0b1d 100644
--- a/share/www/script/test/replication.js
+++ b/share/www/script/test/replication.js
@@ -189,7 +189,7 @@ couchTests.replication = function(debug) {
dbB.save({_id:"foo",value:"b"});
};
- this.afterBA1 = function(dbA, dbB) {
+ this.afterBA1 = function(dbA, dbB) {
var docA = dbA.open("foo", {conflicts: true});
var docB = dbB.open("foo", {conflicts: true});