Skip to content

Instantly share code, notes, and snippets.

@s3u
Created May 25, 2012 17:39
Show Gist options
  • Save s3u/2789408 to your computer and use it in GitHub Desktop.
Save s3u/2789408 to your computer and use it in GitHub Desktop.
var util = require('util'),
_ = require('underscore');
exports.filter = function() {
this.row = _.uniq(this.row);
return this.next(null, this.row);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment