5 lines
82 B
CoffeeScript
5 lines
82 B
CoffeeScript
|
|
context = window
|
||
|
|
|
||
|
|
@SessionStatsActions = Reflux.createActions({
|
||
|
|
pushStats: {}
|
||
|
|
})
|