Semicolon at the end of the Statement and Remove trailing whitespaces at the end... 68/94768/3
authoranushadasari <danush10@in.ibm.com>
Mon, 2 Sep 2019 11:37:26 +0000 (17:07 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 10 Sep 2019 13:05:45 +0000 (13:05 +0000)
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can
be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end
of each line.

Issue-ID: VID-604
Change-Id: I850ee4d00e2f263105a15a5778c11cfb2e526986
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/constants/parameterConstants.js

index 1e289f5..c3c55df 100755 (executable)
@@ -50,7 +50,6 @@ appDS2.constant("PARAMETER", (function() {
                LESS_OR_EQUAL: "less_or_equal",\r
                DISPLAY_NAME: "displayName",\r
                CHECKBOX:'checkbox',\r
-               FILE:'file'\r
-               \r
+               FILE:'file'             \r
     };\r
-})())\r
+})());\r