[Time Conductor] Satisfy JSLint
...in preparation to merge pull request nasa/openmctweb#162
This commit is contained in:
@@ -139,8 +139,8 @@ define(
|
|||||||
}
|
}
|
||||||
|
|
||||||
$scope.isInCurrentMonth = function (cell) {
|
$scope.isInCurrentMonth = function (cell) {
|
||||||
return cell.month === month;
|
return cell.month === month;
|
||||||
}
|
};
|
||||||
|
|
||||||
$scope.isSelected = function (cell) {
|
$scope.isSelected = function (cell) {
|
||||||
var date = $scope.date || {};
|
var date = $scope.date || {};
|
||||||
|
|||||||
Reference in New Issue
Block a user