mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Time Conductor] Satisfy JSLint
...in preparation to merge pull request nasa/openmctweb#162
This commit is contained in:
parent
5f7c8ccadb
commit
d902943552
@ -139,8 +139,8 @@ define(
|
||||
}
|
||||
|
||||
$scope.isInCurrentMonth = function (cell) {
|
||||
return cell.month === month;
|
||||
}
|
||||
return cell.month === month;
|
||||
};
|
||||
|
||||
$scope.isSelected = function (cell) {
|
||||
var date = $scope.date || {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user