Fixes for jsHint

This commit is contained in:
Gaël Métais
2014-12-19 14:44:03 +01:00
parent c4a7b1f129
commit f66f464199
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ indexCtrl.controller('IndexCtrl', ['$scope', '$location', 'Runs', function($scop
});
}
}
};
}]);
+1 -1
View File
@@ -28,7 +28,7 @@ gradeDirective.directive('grade', function() {
return 'E';
}
return 'F';
}
};
}
};
});