Sort global variables alphabetically
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user