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

3 lines
38 B
JavaScript
Raw Normal View History

function(doc) {
emit(null, null);
};