Skip to content

Commit b2633f1

Browse files
committed
Expose parseDateTimeInternal for testing. I'm going to test it even though I haven't tested its datepicker collaborator functions.
1 parent f589d84 commit b2633f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2114,7 +2114,8 @@
21142114
_convert24to12: convert24to12,
21152115
_detectSupport: detectSupport,
21162116
_selectLocalTimezone: selectLocalTimezone,
2117-
_splitDateTime: splitDateTime
2117+
_splitDateTime: splitDateTime,
2118+
_parseDateTimeInternal: parseDateTimeInternal
21182119
};
21192120

21202121
/*

0 commit comments

Comments
 (0)