aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-09-10 14:44:46 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-10 14:44:46 +0000
commitcdd9cab7ce78e860fe174a2e61bcf3f6d3a77c19 (patch)
tree2da94cf8023de821222c77d8530b89d77adba0b9
parent5471c50f794a204092d9e6a7b3c32e119c37c06d (diff)
parentf4db9059de00b2c0a0b0316fd294d74025e5189e (diff)
Merge "Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line"
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/controller/previousVersionContoller.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/previousVersionContoller.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/previousVersionContoller.js
index 1db2649ea..08767ad2b 100644
--- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/previousVersionContoller.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/previousVersionContoller.js
@@ -49,10 +49,8 @@ var previousVersionContoller = function( COMPONENT, FIELD, $scope, $http, $timeo
$scope.cancelTable = function(){
$scope.isTableDialogVisible = false;
$scope.popup.isTablePopUpVisible = false;
- }
-
-
-}
+ };
+};
app
.controller("previousVersionContoller", [ "COMPONENT", "FIELD", "$scope", "$http",