From 7afdb563b208459bb308c7ffc4f671ee23b0ca26 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 31 May 2013 14:05:17 +0300 Subject: new data type: List --- web/client.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/client.js b/web/client.js index 6e25c63..61e1e62 100644 --- a/web/client.js +++ b/web/client.js @@ -153,7 +153,9 @@ $(function() { var path = $.param.fragment(); function isTreeNode(meta) { - return _.contains(["collection", "model", "set"], meta.type); + return _.contains( + ["collection", "list", "model", "set"], meta.type + ); } function split(path) { -- cgit v1.2.3