jrm2k6/react-markdown-editor

View on GitHub
src/actions/MarkdownSelectionActions.js

Summary

Maintainability
A
0 mins
Test Coverage
var Reflux = require('reflux');

var MarkdownSelectionActions = Reflux.createActions([
    'selectionCleared',
    'selectionSet'
]);

module.exports = MarkdownSelectionActions;