Add a semicolon at the end of this statement. 23/94023/1
authoranushadasari <danush10@in.ibm.com>
Wed, 21 Aug 2019 07:40:33 +0000 (13:10 +0530)
committeranushadasari <danush10@in.ibm.com>
Wed, 21 Aug 2019 07:40:55 +0000 (13:10 +0530)
commite77115762aec95c8693af35c3862669593cd2fc9
treee36cee499946c91c7e6d1ac3fcf6900ac73622b3
parentc65f0fc6b0d0be3fbeba4d57896fa04b42f5aae3
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: I73dbc757d62ef388d8935ef6aa25f08c3a82df8c
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js