function handleRemoteResponse()

in style/js/catalog/bloodhound.js [639:641]


                function handleRemoteResponse(err, resp) {
                    err ? cb([]) : cb(that.remote.filter ? that.remote.filter(resp) : resp);
                }