tridactyl/addon
Colin Caine 9db19fadb8 Fix Olie's dodgy maths.
Olie probably expected his mod function to always return non-negative,
but that's not what it did.

It also performed mod twice, which is likely to exacerbate precision
errors when applied to floats (which we won't do anyway, but whatever).

Nit picked.
2017-02-15 00:58:05 +00:00
..
content.coffee Adds rudimentary keyboard controls, arbitrary js 2017-02-14 17:11:39 +00:00
main.coffee Fix Olie's dodgy maths. 2017-02-15 00:58:05 +00:00
make_and_watch Add sophisticated build system. 2017-02-12 23:08:28 +00:00
manifest.json Load content.js on every page 2017-02-14 15:41:53 +00:00