aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app
diff options
context:
space:
mode:
authoranushadasari <danush10@in.ibm.com>2019-09-10 22:13:36 +0530
committerIttay Stern <ittay.stern@att.com>2019-09-24 16:32:49 +0000
commitcd0f196cbc07d250370e73825298afea8a3d7d3a (patch)
treefe8d84c52eb03e9598d8ed271f5dd2f0464f16de /vid-app-common/src/main/webapp/app
parentd58fe5034c22fcbb065f8dad6875656b77e63c96 (diff)
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: I74a97be12bc5a110c4afd7f2d3eaf51b0ae707c8 Signed-off-by: anushadasari <danush10@in.ibm.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js b/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
index 0e1beefb6..d841e299b 100755
--- a/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/services/aaiService.js
@@ -492,7 +492,7 @@ var AaiService = function ($http, $log, PropertyService, UtilityService, COMPONE
successCallbackFunction(lcpCloudRegionTenants);
}).catch(function (error) {
(UtilityService.runHttpErrorHandler(error.data, error.status));
- })
+ });
},
getSubscribers: function (successCallbackFunction) {
$log
@@ -553,7 +553,7 @@ var AaiService = function ($http, $log, PropertyService, UtilityService, COMPONE
catchCallbackFunction();
}
UtilityService.runHttpErrorHandler(response, status);
- })
+ });
},
getServices: function (successCallbackFunction) {
$log