Skip to content

Commit c1b7aa2

Browse files
committed
Actually, there's a better solution to that
1 parent f251164 commit c1b7aa2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

js/bootstrap-datepicker.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -768,9 +768,6 @@
768768
});
769769
val = $.inArray(filtered[0], dates[language].monthsShort) + 1;
770770
break;
771-
default:
772-
val = 0;
773-
break;
774771
}
775772
}
776773
parsed[part] = val;

0 commit comments

Comments
 (0)