Update comment

This commit is contained in:
Typicode
2014-06-12 07:52:46 +02:00
parent 10c34acbdc
commit 395cb73023
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ function createId(coll) {
}
// Returns document that are have unsatisfied relations
// Example: comment that references a post that doesn't exist
// Returns document ids that have unsatisfied relations
// Example: a comment that references a post that doesn't exist
function getRemovable(db) {
var removable = []