Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
shunter committed Jun 11, 2014
1 parent 65e4452 commit 9894723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/JulianDate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9894723

Please sign in to comment.