aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js5
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'
};
-})())
+})());