nci/static/js/app/actions/project.js

11 lines
140 B
JavaScript
Raw Normal View History

2015-05-03 23:04:51 +00:00
'use strict';
define(['reflux'], function(Reflux) {
var Actions = Reflux.createActions([
'load',
'readAll'
]);
return Actions;
});