Add a semicolon at the end of this statement 01/94401/2
authoranushadasari <danush10@in.ibm.com>
Wed, 28 Aug 2019 06:23:15 +0000 (11:53 +0530)
committerIttay Stern <ittay.stern@att.com>
Thu, 29 Aug 2019 12:14:48 +0000 (12:14 +0000)
commitbdd1d2c30961d6b7e3e8777e3659dce7d32da61f
tree2436f540e843f9a78cfdf845d8eecb3bc843018e
parente7dfb1fd34541e56b70c6d57a9c04c3883615b11
Add a semicolon at the end of this statement

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-597
Change-Id: I4d324d96d28a3796b971b83997d72a64ed161ce8
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/constants/fieldConstants.js