1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

refactor Actions & add logout action

This commit is contained in:
Rokt33r
2015-07-14 01:20:17 +09:00
parent b0d9895e5e
commit 8b10eb130a
19 changed files with 69 additions and 94 deletions

View File

@@ -0,0 +1,11 @@
var Reflux = require('reflux')
module.exports = Reflux.createActions([
'fetchPlanet',
'createSnippet',
'createBlueprint',
'updateSnippet',
'updateBlueprint',
'destroySnippet',
'destroyBlueprint'
])