janmonschke / backbone-couchdb

A couchdb connector for backbone with support for real time changes.

Home Page:http://janmonschke.com/projects/backbone-couchdb.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

readme view doesn't make sense

boxxxie opened this issue · comments

function(doc) {
    if (doc.collection) {
        emit(doc.collection, doc);
    }
}

there is no name for this view

the view name is 'byCollection' from what i can tell in the examples

Is that okay?