From d9029435520c3569c6d80dae3c7ef211061650f8 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 9 Oct 2015 09:36:57 -0700 Subject: [PATCH] [Time Conductor] Satisfy JSLint ...in preparation to merge pull request nasa/openmctweb#162 --- .../general/src/controllers/DateTimePickerController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/commonUI/general/src/controllers/DateTimePickerController.js b/platform/commonUI/general/src/controllers/DateTimePickerController.js index 6d4734e767..ac07d77553 100644 --- a/platform/commonUI/general/src/controllers/DateTimePickerController.js +++ b/platform/commonUI/general/src/controllers/DateTimePickerController.js @@ -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 || {};