mozilla / oghliner

template and tool for deploying Offline Web Apps to GitHub Pages
https://mozilla.github.io/oghliner/
Apache License 2.0
116 stars 17 forks source link

Use arrow functions in the service worker #264

Closed marco-c closed 8 years ago

marco-c commented 8 years ago

Ah, tests are failing on Node.js v0.12 because it doesn't support arrow functions.

delapuente commented 8 years ago

Cool, let's merge.

delapuente commented 8 years ago

@marco-c the build is failing but there are no differences between the HEAD of the repository and 47ce4b3 which is ok. I'm testing locally and I cannot reproduce the error with latest Node. Can you take a look?

marco-c commented 8 years ago

@delapuente it was an intermittent issue.

delapuente commented 8 years ago

Ok, it failed me three times in a row but it's good to hear and makes sense. ;)