From b2633f10ad185585b8d7e338e2285dcacfb45b51 Mon Sep 17 00:00:00 2001 From: Stephen Vance Date: Sun, 14 Jul 2013 14:40:57 -0400 Subject: Expose parseDateTimeInternal for testing. I'm going to test it even though I haven't tested its datepicker collaborator functions. --- jquery-ui-timepicker-addon.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index 8c85824..f16b3aa 100644 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -2114,7 +2114,8 @@ _convert24to12: convert24to12, _detectSupport: detectSupport, _selectLocalTimezone: selectLocalTimezone, - _splitDateTime: splitDateTime + _splitDateTime: splitDateTime, + _parseDateTimeInternal: parseDateTimeInternal }; /* -- cgit v1.1