This website requires JavaScript.
Explore
Help
Register
Sign In
seth
/
jam-cloud
mirror of
https://bitbucket.org/jamkazam/jam-cloud.git
Watch
1
Star
0
Fork
You've already forked jam-cloud
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
develop
jam-cloud
/
web
/
app
/
assets
/
javascripts
/
react-components
/
actions
/
UserActions.js.coffee
9 lines
100 B
CoffeeScript
Raw
Permalink
Normal View
History
Unescape
Escape
* VRFS-3660 - fix issue with jamtrack tile page not refreshing when user buys free jamtrack
2015-10-16 20:59:29 +00:00
context =
window
@UserActions =
Reflux
.
createActions
(
{
loaded:
{
}
* VRFS-3708 - allow redemption of gift cards
2015-11-13 13:12:58 +00:00
modify:
{
}
* lessons 90% done, but still mostly hidden
2016-04-06 02:23:15 +00:00
refresh:
{
}
* VRFS-3660 - fix issue with jamtrack tile page not refreshing when user buys free jamtrack
2015-10-16 20:59:29 +00:00
}
)