From 17659dc8244753969ced33dcc048f2c60acb07b4 Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Mon, 28 Jun 2021 23:09:21 -0400 Subject: [PATCH] Updated JSDoc --- src/004-base/facilityFramework.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/004-base/facilityFramework.js b/src/004-base/facilityFramework.js index 9546dec278a..2d17b422e11 100644 --- a/src/004-base/facilityFramework.js +++ b/src/004-base/facilityFramework.js @@ -254,6 +254,8 @@ App.Facilities.Facility = class { /** * Creates any custom nodes and adds them to the facility. * + * Custom nodes are always placed between the rules section and the menial slaves section (or where they would be). + * * @private * @returns {HTMLDivElement} */ -- GitLab