```FacetsItemCellView.prototype.getContext = _.wra...
# suitecommerce
s
Copy code
FacetsItemCellView.prototype.getContext = _.wrap(FacetsItemCellView.prototype.getContext, function(fn)
{
  var context = fn.apply(this, _.toArray(arguments).slice(1));

  context.model = this.model

  return context
}