Skip to content

Commit

Permalink
Fix syntax error for alleleEditDialogCtrl
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Mar 18, 2024
1 parent 630e502 commit c00abb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root/static/js/canto-modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -4129,6 +4129,7 @@ function alleleQCCheckAllele($http, alleleQCUrl, geneSystematicId, alleleDescrip
});
}

var alleleEditDialogCtrl =
function ($scope, $uibModal, $uibModalInstance, $http, $q, toaster, CantoConfig, args, Curs, CursGeneList, CursAlleleList, CantoGlobals) {
$scope.alleleData = {};
copyObject(args.allele, $scope.alleleData);
Expand Down

0 comments on commit c00abb2

Please sign in to comment.