1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/public/js/stores/ErrorActions.js
Ivar Conradi Østhus 8ba685b67a Added ErrorStore
2015-03-17 20:29:03 +01:00

9 lines
136 B
JavaScript

var Reflux = require('reflux');
var ErrorActions = Reflux.createActions([
"clear",
"error"
]);
module.exports = ErrorActions;