Make jsHint happy

This commit is contained in:
Gaël Métais
2014-09-27 00:52:22 +02:00
parent c1992dc340
commit 84a5624eb7
+2 -2
View File
@@ -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 ++;
}