diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-09-10 14:44:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-10 14:44:37 +0000 |
commit | 5471c50f794a204092d9e6a7b3c32e119c37c06d (patch) | |
tree | 96dd18fc9bc74da83aad87d08a6664e9dd557be6 | |
parent | 6ecf18950bedf5a4d4a8d37a1cce3c7fbc31cee1 (diff) | |
parent | ac281ff82fe50f9c043b2605d9843748f7aa1458 (diff) |
Merge "Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line"
-rwxr-xr-x | vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js b/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js index 1e289f534..c3c55df59 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js @@ -50,7 +50,6 @@ appDS2.constant("PARAMETER", (function() { LESS_OR_EQUAL: "less_or_equal",
DISPLAY_NAME: "displayName",
CHECKBOX:'checkbox',
- FILE:'file'
-
+ FILE:'file'
};
-})())
+})());
|