Skip to content

Instantly share code, notes, and snippets.

@aheckmann
Created January 27, 2012 18:02
Show Gist options
  • Save aheckmann/1690058 to your computer and use it in GitHub Desktop.
Save aheckmann/1690058 to your computer and use it in GitHub Desktop.
Thing.methods.getWhatever = function (fn) {
buildORConditions(blah, blah, blah, function (err, ors) {
fn(null, Thing.find(ors))
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment