From 84a5624eb7e2c0a8ff2cfbab11bc68e4650da538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Sat, 27 Sep 2014 00:52:22 +0200 Subject: [PATCH] Make jsHint happy --- app/public/scripts/resultsCtrl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/public/scripts/resultsCtrl.js b/app/public/scripts/resultsCtrl.js index 0fd6649..11934fb 100644 --- a/app/public/scripts/resultsCtrl.js +++ b/app/public/scripts/resultsCtrl.js @@ -53,8 +53,8 @@ app.controller('ResultsCtrl', function ($scope) { $scope.totalJSTime += node.data.time; } - if (node.data.timestamp < $scope.phantomasResults.metrics.domInteractive - && node.data.type !== 'jQuery - onDOMReady') { + if (node.data.timestamp < $scope.phantomasResults.metrics.domInteractive && + node.data.type !== 'jQuery - onDOMReady') { $scope.inBodyDomManipulations ++; }