Steve Goldberg
07/24/2018, 3:32 PMFacetsItemCellView.prototype.getContext = _.wrap(FacetsItemCellView.prototype.getContext, function(fn)
{
var context = fn.apply(this, _.toArray(arguments).slice(1));
context.model = this.model
return context
}