Update comment.

This commit is contained in:
Christian Bastian
2024-03-28 23:51:23 -04:00
parent 9a1694ad0b
commit df6895eb46

View File

@@ -631,7 +631,7 @@ const DROPDOWN_DIRECTORY_SELECTION_CLASS = "search-dropdown-selected";
class ModelData { class ModelData {
/** @type {string} */ /** @type {string} */
searchSeparator = "/"; // TODO: other client or server code may be assuming this to always be "\" searchSeparator = "/"; // TODO: other client or server code may be assuming this to always be "/"
/** @type {string} */ /** @type {string} */
systemSeparator = null; systemSeparator = null;