6 lines
78 B
CoffeeScript
6 lines
78 B
CoffeeScript
|
|
context = window
|
||
|
|
|
||
|
|
@ConfigActions = Reflux.createActions({
|
||
|
|
configInit: {}
|
||
|
|
})
|