aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",