crwagner

Results 1 issues of crwagner

I'm getting this exception when proccessing the following javascript function ``` arrayGroupBy: function(xs, key) { return xs.reduce(function(rv, x) { var v = key instanceof Function ? key(x) : x[key]; //...