couchrest_model/spec/fixtures/views/test_view/test-reduce.js

3 lines
43 B
JavaScript
Raw Normal View History

function(ks,vs,co) {
return vs.length;
};