From 3b303846b3e6bc75ae713030fe9b973a156944fa Mon Sep 17 00:00:00 2001 From: Lathish Date: Fri, 29 Oct 2021 11:37:15 +0100 Subject: Improved Test Coverage in gui-editor-apex Issue-ID: POLICY-3351 Change-Id: I6f039b4e1b856ddb73379c97c88b5a695f2c478c Signed-off-by: Lathish --- .../gui-editor-apex/src/main/resources/webapp/js/contextMenu.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js') diff --git a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js index 1235cf1..8cd6a80 100644 --- a/gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js +++ b/gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js @@ -1,7 +1,7 @@ /* * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020-2021 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -231,5 +231,5 @@ function mouseY(evt) { } export { - rightClickMenu_scopePreserver + rightClickMenu_scopePreserver,rightClickMenu,rightClickMenuCreate,rightClickMenuView,rightClickMenuEdit,rightClickMenuDelete } -- cgit 1.2.3-korg