2014-10-18 3 views

답변

1

당신은 properties() 방법을 통해이 문제를 정의 할 수 있습니다, 예컨대 :

var tasks = new Pouchyng('tasks', 'http://localhost:5984', yngutils.ASC); 
var config = { 
    opts: { 
    filter: function (doc) { 
     return true; 
    } 
    } 
}; 
tasks.properties({ changes: config, to: config, from: config });