Commit Graph

7 Commits

Author SHA1 Message Date
Behind The Math
39a96e51e7 Add tests 2018-04-09 23:31:04 -04:00
Behind The Math
f3dd755a97 Fix and refactors tests 2018-04-09 23:31:03 -04:00
BehindTheMath
b5c2120d08 Fix async switches (#110)
If any switches are async, the subsequent code will execute before the switches are finished. This PR moves all that code to a new function, and debounces the calls to onSwitch() so it only executes
once, after all the switches finish.

Fizes #72.
2018-01-22 10:55:29 -05:00
Behind The Math
c0d64e41b8 Fix linting errors 2018-01-09 14:09:40 -05:00
darylteo
47059bdb04 Add test for switch selectors 2016-01-05 14:12:52 +11:00
Maxime Thirouin
3bc67f245c Cleanup & travis (should break) 2014-10-14 11:42:36 +02:00
Maxime Thirouin
165532d43c Relocate all the things 2014-10-14 08:23:56 +02:00