10 lines
151 B
CoffeeScript
10 lines
151 B
CoffeeScript
|
|
context = window
|
||
|
|
|
||
|
|
@NotificationActions = Reflux.createActions({
|
||
|
|
clear:{}
|
||
|
|
backendNotification: {}
|
||
|
|
frontendNotification: {}
|
||
|
|
sessionEnded: {}
|
||
|
|
})
|
||
|
|
|