# HG changeset patch # User Atul Varma # Date 1239738623 25200 # Node ID b0d5bc990a8043af506eeab4a610461534334769 # Parent 7664a4e099b5b7d22a6e37b66a7b42f42608e50b Typo fix diff -r 7664a4e099b5 -r b0d5bc990a80 browser-couch.js --- a/browser-couch.js Tue Apr 14 12:45:44 2009 -0700 +++ b/browser-couch.js Tue Apr 14 12:50:23 2009 -0700 @@ -137,7 +137,7 @@ }, reduce: function STMR_reduce(reduce, mapResult, progress, - chunkSize, finished) { + chunkSize, finished) { var rows = []; var mapDict = mapResult.dict; var mapKeys = mapResult.keys;