From: anushadasari Date: Tue, 3 Sep 2019 06:27:47 +0000 (+0530) Subject: Semicolon at the end of the Statement and Remove trailing whitespaces at the end... X-Git-Tag: 5.0.3~15^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F94792%2F3;p=vid.git Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line 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-606 Change-Id: Ib1484f91b4b47457c4150b536d420ffc1e6902b4 Signed-off-by: anushadasari --- 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",