summaryrefslogtreecommitdiff
path: root/src/ws/proto.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ws/proto.js')
-rw-r--r--src/ws/proto.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ws/proto.js b/src/ws/proto.js
index f597503..234410a 100644
--- a/src/ws/proto.js
+++ b/src/ws/proto.js
@@ -224,9 +224,9 @@ function unsubscribe(id)
transmit("unsubscribe "+id);
}
-function create(id, parent)
+function create(id, parent, before)
{
- transmit("create "+id+" "+parent);
+ transmit("create "+id+" "+parent+" "+before);
}
function remove(id)