1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 23:15:28 +02:00

update comments

This commit is contained in:
Murod Khaydarov 2019-01-17 01:15:19 +03:00
parent 4882ef24dc
commit 5c9bafe069
No known key found for this signature in database
GPG key ID: C480BA53A8D274C5

View file

@ -23,8 +23,8 @@ async function createMenuTree(pages, level = 1, currentLevel = 1) {
let deepestChildren = [];
/**
* Here we try to check parent's children page order
* If we got something, pluck found page's id deeper and get its Menu Tree
* Here we try to check parent's children order
* If we got something, pluck to found Page deeper and get its children order
*/
try {
/**