From 6f1ea3eb45838bb536b1befe9af0d02982f5c7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 24 Jun 2020 11:10:40 +0200 Subject: [PATCH] correction jsDocs --- .../propertyeditors/blocklist/blocklist.block.component.js | 6 ++---- .../views/propertyeditors/blocklist/blocklist.component.js | 2 +- .../blocklist/blocklist.scopedblock.component.js | 4 +--- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js index fb47ffdaab..ab2590e249 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js @@ -1,15 +1,13 @@ (function () { "use strict"; - /** * @ngdoc component - * @name Umbraco.umbBlockListBlockContent - * @function - * + * @name umbraco.directives.directive:umbBlockListBlockContent * @description * The component for a style-inheriting block of the block list property editor. */ + angular .module("umbraco") .component("umbBlockListBlockContent", { diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js index 542cc3c482..54d664b54e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js @@ -4,7 +4,7 @@ /** * @ngdoc component - * @name Umbraco.Editors.BlockList.blockListPropertyEditor + * @name umbraco.directives.directive:blockListPropertyEditor * @function * * @description diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js index b778abc35b..f0a387f1e8 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js @@ -3,9 +3,7 @@ /** * @ngdoc component - * @name Umbraco.umbBlockListScopedBlockContent - * @function - * + * @name umbraco.directives.directive:umbBlockListScopedBlockContent * @description * The component for a style-scoped block of the block list property editor. */