Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "View_Snippets" page has been changed by GregTappero.
The comment on this change is: fixed Sort values with reduce.
http://wiki.apache.org/couchdb/View_Snippets?action=diff&rev1=25&rev2=26

--------------------------------------------------

  
          int_list = values[0];  
  
-         for(var v in values) {
+         for(var v=1; v < values.length; v++) {
  
              for (var t in values[v]) {
  

Reply via email to