summaryrefslogtreecommitdiff
path: root/rel/overlay/share/www/script/test/conflicts.js
diff options
context:
space:
mode:
Diffstat (limited to 'rel/overlay/share/www/script/test/conflicts.js')
-rw-r--r--rel/overlay/share/www/script/test/conflicts.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/share/www/script/test/conflicts.js b/rel/overlay/share/www/script/test/conflicts.js
index b8b93946..7258bc31 100644
--- a/rel/overlay/share/www/script/test/conflicts.js
+++ b/rel/overlay/share/www/script/test/conflicts.js
@@ -44,7 +44,7 @@ couchTests.conflicts = function(debug) {
var changes = db.changes();
- T( changes.results.length == 1)
+ T(changes.results.length == 1);
// Now clear out the _rev member and save. This indicates this document is
// new, not based on an existing revision.