05e078f8c80e163701dc3ce7befd65f0efc3db15
[myops.git] / web / query / views / recent-posts / map.js
1 function(doc) {
2   if (doc.type == "post") {
3     emit(new Date(doc.created_at), doc);
4   }
5 };