From 97f7ff519bff6a02f9b39ed6e21da33b98d6c70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 29 Apr 2020 14:57:43 +0200 Subject: [PATCH] ups, removes , --- .../components/editor/umbeditorcontentheader.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorcontentheader.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorcontentheader.directive.js index 261a81cc5d..8fe1208dae 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorcontentheader.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorcontentheader.directive.js @@ -70,7 +70,7 @@ function onInit() { // find default + check if we have variants. - scope.content.variants.forEach(, function (variant) { + scope.content.variants.forEach( function (variant) { if (variant.language !== null && variant.language.isDefault) { scope.vm.defaultVariant = variant; }