summaryrefslogtreecommitdiffstats
path: root/gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-11-03 14:27:44 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-03 14:27:44 +0000
commite6da0175ab60c095830e8cb7c23fdde2b9fbb90c (patch)
tree80afd2b77fa02784f6b35e26d1dd3cf562b68e6c /gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js
parent39137c00704abf506878a7fdc8861d047e11cd37 (diff)
parent3b303846b3e6bc75ae713030fe9b973a156944fa (diff)
Merge "Improved Test Coverage in gui-editor-apex"
Diffstat (limited to 'gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js')
-rw-r--r--gui-editors/gui-editor-apex/src/main/resources/webapp/js/contextMenu.js4
1 files changed, 2 insertions, 2 deletions
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
}