nci/app/actions/project.js

10 lines
120 B
JavaScript
Raw Normal View History

2015-12-11 06:53:57 +00:00
'use strict';
var Reflux = require('reflux');
module.exports = Reflux.createActions([
'run',
'readAll',
'read'
]);