summaryrefslogtreecommitdiff
path: root/app/client/live/actions.js
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2018-05-21 03:02:35 +0200
committerjules@lens <julescarbon@gmail.com>2018-05-21 03:02:35 +0200
commit6bd402bc11a0350479e4d88dc995ab9eb5a75117 (patch)
treee3e44a12d357c201d129cbbcb639bf2224a8aaa1 /app/client/live/actions.js
parent03566b61318fef6f3ba64334bee7e75f6b7f7c59 (diff)
parente05904f2e992ce3184952a8e569d9c28d85d68de (diff)
blash
Diffstat (limited to 'app/client/live/actions.js')
-rw-r--r--app/client/live/actions.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/client/live/actions.js b/app/client/live/actions.js
new file mode 100644
index 0000000..30a25ff
--- /dev/null
+++ b/app/client/live/actions.js
@@ -0,0 +1,10 @@
+import socket from '../socket'
+
+export const loadOptFromServer = (opt) => ({
+ type: 'LIVE_LOAD_OPT_FROM_SERVER', opt,
+})
+// export const updateOptFromServer = (key, value) => {
+// return {
+// type: 'LIVE_LOAD_OPT_FROM_SERVER', opt,
+// }
+// }