2015-05-07 21:55:40 +00:00
|
|
|
'use strict';
|
|
|
|
|
|
|
|
define(['reflux'], function(Reflux) {
|
|
|
|
var Actions = Reflux.createActions([
|
2015-05-10 16:53:33 +00:00
|
|
|
'readTerminalOutput',
|
2015-05-17 13:48:16 +00:00
|
|
|
'readAll',
|
|
|
|
'read'
|
2015-05-07 21:55:40 +00:00
|
|
|
]);
|
|
|
|
|
|
|
|
return Actions;
|
|
|
|
});
|