diff --git a/module/doc/js/tablecontents.js b/module/doc/js/tablecontents.js index b693337805..ffe69b8b18 100644 --- a/module/doc/js/tablecontents.js +++ b/module/doc/js/tablecontents.js @@ -23,6 +23,7 @@ $(function() 'api': 'interface' } + console.log(treeData, 'treeData'); $('#fileTree').tree( { initialState: 'active', @@ -32,7 +33,7 @@ $(function() var libClass = ['lib', 'annex', 'api', 'execution'].indexOf(item.type) !== -1 ? 'lib' : ''; var hasChild = item.children ? !!item.children.length : false; var link = item.hasAction ? '###' : '#'; - var $item = ''; + var $item = ''; $item += ''; if(libClass == 'lib' && item.type != 'execution') $item += '';