[Time Conductor] Satisfy JSLint

...in preparation to merge pull request nasa/openmctweb#162
This commit is contained in:
Victor Woeltjen 2015-10-09 09:36:57 -07:00
parent 5f7c8ccadb
commit d902943552

View File

@ -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 || {};