Fixes for jsHint
This commit is contained in:
@@ -12,5 +12,5 @@ indexCtrl.controller('IndexCtrl', ['$scope', '$location', 'Runs', function($scop
|
||||
});
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
}]);
|
||||
@@ -28,7 +28,7 @@ gradeDirective.directive('grade', function() {
|
||||
return 'E';
|
||||
}
|
||||
return 'F';
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user