/[couchdb]/design/reblog/views/tags/map.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /design/reblog/views/tags/map.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 39 - (hide annotations)
Thu Apr 30 16:28:17 2009 UTC (15 years ago) by dpavlin
File MIME type: application/javascript
File size: 142 byte(s)
count tags
1 dpavlin 39 function(doc) {
2     if(doc.tags && doc.tags.length) {
3     for(var idx in doc.tags) {
4     emit(doc.tags[idx], 1);
5     }
6     }
7     }

  ViewVC Help
Powered by ViewVC 1.1.26