1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-06 00:07:44 +01:00
unleash.unleash/public/js/stores/FeatureActions.js
2015-03-05 17:56:42 +01:00

5 lines
110 B
JavaScript

var Reflux = require("reflux");
module.exports = {
addToggle: Reflux.createAction({ asyncResult: true })
};