/[pxelator]/couchdb/nmap/views/timeline-doc/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

Diff of /couchdb/nmap/views/timeline-doc/map.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 363 by dpavlin, Sat Aug 29 14:45:26 2009 UTC revision 364 by dpavlin, Sun Aug 30 11:36:12 2009 UTC
# Line 1  Line 1 
1  function(doc) {  function(doc) {
2    if ( doc.package == 'nmap' )    if ( doc.package.name == 'nmap' )
3    emit(doc._id, doc);    emit(doc._id, doc);
4  }  }

Legend:
Removed from v.363  
changed lines
  Added in v.364

  ViewVC Help
Powered by ViewVC 1.1.26