From 0d9c230a46f1bf79d4be81cb42cfaebc6f5b5ced Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 9 Jan 2015 13:26:58 -0800 Subject: Made `tight` a property of `list_data`. --- js/lib/html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/lib/html.js') diff --git a/js/lib/html.js b/js/lib/html.js index 045ab54..3c1ed4c 100644 --- a/js/lib/html.js +++ b/js/lib/html.js @@ -118,7 +118,7 @@ var renderNodes = function(block) { grandparent = node.parent.parent; if (grandparent !== null && grandparent.t === 'List') { - if (grandparent.tight) { + if (grandparent.list_data.tight) { break; } } -- cgit v1.2.3