Skip to content

Commit 0b9fdf6

Browse files
committed
Update LinksActions.js
1 parent 31e9b05 commit 0b9fdf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/actions/LinksActions.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as Reflux from 'reflux';
22

3-
43
// Each action is like an event channel for one specific event. Actions are called by components.
54
// The store is listening to all actions, and the components in turn are listening to the store.
65
// Thus the flow is: User interaction -> component calls action -> store reacts and triggers -> components update

0 commit comments

Comments
 (0)