nolanlawson / html5workertest

Show which APIs are supported in Web Workers and Service Workers (UNMAINTAINED)
https://nolanlawson.github.io/html5workertest/
Apache License 2.0
53 stars 6 forks source link

Refactor Handlebars templates to make it more DRY #5

Closed nolanlawson closed 6 years ago

nolanlawson commented 8 years ago

Right now there is a <table> that is basically repeated 3 times - twice in index.hbs and once in myBrowser.hbs. I really should have used partials and made it a single file, but... I was lazy. This can be improved.

nolanlawson commented 6 years ago

probably not gonna get to this