Add a semicolon at the end of this statement 51/94851/1
authoranushadasari <danush10@in.ibm.com>
Tue, 3 Sep 2019 15:51:03 +0000 (21:21 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 3 Sep 2019 15:51:24 +0000 (21:21 +0530)
commit65f43964509723e1555517631536fe247df223e9
tree7cbc0ca4304133be71b3db0054bdaf160d170ad1
parent91d3f65455177e10eb22d639afcc00cde6ad90a2
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-607
Change-Id: Iaf0757c6a0c4a2ebe6cba74ced60f1e978160bd6
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/subscriberSearch.js