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

add SnippetEditModal

This commit is contained in:
Rokt33r
2015-07-16 23:55:59 +09:00
parent ec686c9452
commit c2fcc72e62
9 changed files with 148 additions and 37 deletions

View File

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