Skip to content

Commit

Permalink
Issue #127 Technos should show where they are used corrections suite …
Browse files Browse the repository at this point in the history
…erreur eslint no-udef
  • Loading branch information
Bhoye05 committed Oct 15, 2019
1 parent f2b08d0 commit 6f73276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/module/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ angular.module('hesperides.module', [ 'hesperides.application' ])
]);

/** global method to get module or techno type : {workingcopy, release} */
/*eslint-disable no-undef*/
getVersionType = function(isWorkingCopy) {
return isWorkingCopy ? 'workingcopy' : 'release';
};

0 comments on commit 6f73276

Please sign in to comment.