summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts/stream.ls
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/common/scripts/stream.ls')
-rw-r--r--src/web/app/common/scripts/stream.ls4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/web/app/common/scripts/stream.ls b/src/web/app/common/scripts/stream.ls
index 64ae03817a..c2c061603e 100644
--- a/src/web/app/common/scripts/stream.ls
+++ b/src/web/app/common/scripts/stream.ls
@@ -30,9 +30,7 @@ module.exports = (me) ~>
get-state = ~> state
- event.on \i_updated (data) ~>
- Object.assign me, data
- me.trigger \updated
+ event.on \i_updated me.update
{
state-ev