Add a semicolon at the end of this statement. 69/94069/1
authoranushadasari <danush10@in.ibm.com>
Thu, 22 Aug 2019 06:52:50 +0000 (12:22 +0530)
committeranushadasari <danush10@in.ibm.com>
Thu, 22 Aug 2019 06:53:16 +0000 (12:23 +0530)
commit4874a6cb340ea9545f3be2e319372cf95fab2c93
treec35410a529eba48a1aae6410018f270a6750f41d
parent2bd5e9339b6255eb8d9cbeae183c1728984d5a88
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-583
Change-Id: I68d334ce5f7f427ebc3e49b5991fd989676d8c0e
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/aaiSubscriberController.js