couchrest_model/spec/fixtures/views/test_view/test-map.js
2008-08-02 00:03:54 -07:00

3 lines
38 B
JavaScript

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