Add a semicolon at the end of this statement. 65/95565/2
authoranushadasari <danush10@in.ibm.com>
Thu, 12 Sep 2019 11:07:13 +0000 (16:37 +0530)
committerIttay Stern <ittay.stern@att.com>
Tue, 24 Sep 2019 16:37:20 +0000 (16:37 +0000)
commitb067652d82e9e872638ec506469cfc03b6009e83
tree88cb60d26421068aa59465a23e092bf301ba1344
parent4f68c5a8cca4c7d8f3fb38e32460925f27a03262
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: I27deafe5e97d71be4b5b6501f3cda0a19769123b
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/services/msoService.js