Skip to content

Commit

Permalink
issue node4good#109 - jade can't loop over lodash array
Browse files Browse the repository at this point in the history
comartmit committed Aug 29, 2014

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent fdc3b9c commit 70bd993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/registry.js
Original file line number Diff line number Diff line change
@@ -186,7 +186,7 @@ function buildModelFilters_fireAndForget(model, models, filters, adapter) {
isString: options.type == String,
values: results.map(function (result) {
return { value: result, text: result };
})
}).valueOf()
});
return;
}

0 comments on commit 70bd993

Please sign in to comment.