Sort global variables alphabetically

This commit is contained in:
Gaël Métais
2014-09-23 21:58:57 +02:00
parent 07083d0098
commit 022019bffd
+4
View File
@@ -12,6 +12,10 @@ app.controller('ResultsCtrl', function ($scope) {
// Get the execution tree from the offenders
$scope.javascript = JSON.parse($scope.phantomasResults.offenders.javascriptExecutionTree);
// Sort globalVariables offenders alphabetically
$scope.phantomasResults.offenders.globalVariables.sort();
initSummaryView();
initExecutionView();
initMetricsView();