Make jsHint happy
This commit is contained in:
@@ -53,8 +53,8 @@ app.controller('ResultsCtrl', function ($scope) {
|
|||||||
$scope.totalJSTime += node.data.time;
|
$scope.totalJSTime += node.data.time;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node.data.timestamp < $scope.phantomasResults.metrics.domInteractive
|
if (node.data.timestamp < $scope.phantomasResults.metrics.domInteractive &&
|
||||||
&& node.data.type !== 'jQuery - onDOMReady') {
|
node.data.type !== 'jQuery - onDOMReady') {
|
||||||
$scope.inBodyDomManipulations ++;
|
$scope.inBodyDomManipulations ++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user