re-frame/test
Daniel Compton 9839b258cb
Don't create subscriptions in reg-sub
This commit fixes a bug where reg-sub created subscriptions and closed
over them when using the `:<- [:sub]` sugar. Now dependent subscriptions
aren't created until they are needed, and they will be cleaned up
correctly.
2016-10-21 09:56:20 +13:00
..
re-frame Don't create subscriptions in reg-sub 2016-10-21 09:56:20 +13:00
test.html Add cljs-test to test-runner via browser/html 2016-07-14 11:21:12 +10:00