From 74b2561af480c7ea3b83ae0d7ec0ec60c26c0c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 25 Jun 2020 22:29:54 +0200 Subject: [PATCH] changed comment from TODO to something that explains the state. --- .../elementeditor/elementEditor.content.component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/elementeditor/elementEditor.content.component.js b/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/elementeditor/elementEditor.content.component.js index 5056576ca3..ccde5a3a73 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/elementeditor/elementEditor.content.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/elementeditor/elementEditor.content.component.js @@ -14,7 +14,7 @@ function ElementEditorContentComponentController() { - // TODO: we might not need this.. + // We need a controller for the component to work. }