Add a semicolon at the end of this statement 10/93410/1
authoranushadasari <danush10@in.ibm.com>
Tue, 13 Aug 2019 11:30:25 +0000 (17:00 +0530)
committeranushadasari <danush10@in.ibm.com>
Tue, 13 Aug 2019 11:30:47 +0000 (17:00 +0530)
commit5957a80435aebf3d684b97e9e28e73e89fb2f9ac
treeaac206338549c7b541a6fbee93423a62fb548ced
parentfa7374fa4e05f2a9bb8fe0ac85fb43a8c61c20a0
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-568
Change-Id: Id89534f4fbd326ebcbe12857bce7e2d69bf73dfd
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js