New boilerplate

This commit is contained in:
Christian Alfoni
2014-10-27 15:28:16 +01:00
parent 54bbfd3ce2
commit 633e48461c
29 changed files with 2609 additions and 29544 deletions

5
app/actions.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = flux.createActions([
'checkAll',
'uncheckAll',
'check'
]);