From 9104570dcbb3f7f9d2dcdf9aa52a32705686b147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 26 Jun 2020 15:32:02 +0200 Subject: [PATCH] rename inline method name --- .../umbBlockListPropertyEditor.createButton.controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.createButton.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.createButton.controller.js index 1a0b4f6241..98d4f4ea3a 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.createButton.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.createButton.controller.js @@ -4,7 +4,7 @@ angular .module("umbraco") .controller("Umbraco.PropertyEditors.BlockListPropertyEditor.CreateButtonController", - function BlockListController($scope) { + function Controller($scope) { var vm = this; vm.plusPosX = 0;