Commit e0f5db5b authored by Sven Franck's avatar Sven Franck

add "e" to state

parent e72ca859
......@@ -188,7 +188,7 @@
// update flux
if (flux && flux.state) {
if (flux.state[obj.id.slice(0,2)]) {
delete flux.stat[obj.id.slice(0,2)]
delete flux.state[obj.id.slice(0,2)]
} else {
delete flux.state["self"];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment