formatting / links rel

This commit is contained in:
Danny Coates 2017-08-05 09:52:37 -07:00
parent d74d339e4b
commit 594b584500
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 16 additions and 15 deletions

View file

@ -12,9 +12,7 @@ const analytics = new testPilotGA({
});
function sendEvent() {
return analytics.sendEvent
.apply(analytics, arguments)
.catch(() => 0);
return analytics.sendEvent.apply(analytics, arguments).catch(() => 0);
}
function findMetric(href) {
@ -60,4 +58,4 @@ module.exports = {
Raven,
sendEvent,
findMetric
}
};