All pastes #2125035 Raw Edit

Something

public javascript v1 · immutable
#2125035 ·published 2012-03-07 04:25 UTC
rendered paste body
var posts = this.select(function (post) {				return					(_(skills).include(post.get('skill')) || skills.length === 0) &&					( _(lang).include(post.get('lang'))   || lang.length ===   0) &&					(_(ptype).include(post.get('ptype'))  || ptype.length ===  0)			});