From 9894723f5b4b23eafb80e9422c7670197557193d Mon Sep 17 00:00:00 2001 From: Scott Hunter Date: Wed, 11 Jun 2014 17:53:28 -0400 Subject: [PATCH] Whitespace --- Source/Core/JulianDate.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/JulianDate.js b/Source/Core/JulianDate.js index 3f3f1b3216da..750f322c0e79 100644 --- a/Source/Core/JulianDate.js +++ b/Source/Core/JulianDate.js @@ -31,7 +31,6 @@ define([ var daysInMonth = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]; var daysInLeapFeburary = 29; - function compareLeapSecondDates(leapSecond, dateToFind) { return JulianDate.compare(leapSecond.julianDate, dateToFind.julianDate); }