From: Stas Vilchik Date: Tue, 19 May 2015 07:20:56 +0000 (+0200) Subject: fix quality flaws X-Git-Tag: 5.2-RC1~1929 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=51076b055c197bb01b663dba5644767e2ef58451;p=sonarqube.git fix quality flaws --- diff --git a/server/sonar-web/src/main/js/source-viewer/popups/coverage-popup.js b/server/sonar-web/src/main/js/source-viewer/popups/coverage-popup.js index b421ad5d17b..556ec1636d0 100644 --- a/server/sonar-web/src/main/js/source-viewer/popups/coverage-popup.js +++ b/server/sonar-web/src/main/js/source-viewer/popups/coverage-popup.js @@ -48,7 +48,7 @@ define([ serializeData: function () { var row = this.options.row || {}, tests = _.groupBy(this.collection.toJSON(), 'fileUuid'), - testFiles = _.map(tests, function (testSet, fileRef) { + testFiles = _.map(tests, function (testSet) { var test = testSet[0]; return { file: {