Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created April 5, 2017 19:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeaholicguy/7f94eae7aa6df046ec833d8aefaf370f to your computer and use it in GitHub Desktop.
Save codeaholicguy/7f94eae7aa6df046ec833d8aefaf370f to your computer and use it in GitHub Desktop.
import {ActionTypes} from '../core/constants';
...
export function play(track) {
return {
type: ActionTypes.TRACK_PLAY,
track
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment