diff options
Diffstat (limited to 'js/lib/node.js')
-rw-r--r-- | js/lib/node.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/node.js b/js/lib/node.js index 381b379..47ae3c8 100644 --- a/js/lib/node.js +++ b/js/lib/node.js @@ -5,7 +5,7 @@ function isContainer(node) { case 'Document': case 'BlockQuote': case 'List': - case 'ListItem': + case 'Item': case 'Paragraph': case 'Header': case 'Emph': |