vj12
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

map.js
application/javascript

Download raw (130 bytes)

function(doc) {
    if (doc.app == "domino") {
        for (i in doc.elts) {
            emit(doc.elts[i], 1);
        }
    } 
}