Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 6e3bfda

Browse files
author
Luke Pommersheim
committed
Updated angular-datepicker.js
fixed whitespacing issues... on changes
1 parent 33c8d3c commit 6e3bfda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/angular-datepicker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
, prevButton = attr.buttonPrev || defaultPrevButton
2626
, nextButton = attr.buttonNext || defaultNextButton
2727
, dateFormat = attr.dateFormat
28-
, dateMinLimit
29-
, dateMaxLimit
28+
, dateMinLimit
29+
, dateMaxLimit
3030
, date = new Date()
3131
, isMouseOn = false
3232
, isMouseOnInput = false

0 commit comments

Comments
 (0)