diff options
author | Stephen Vance <steve@vance.com> | 2013-07-14 14:40:57 -0400 |
---|---|---|
committer | Stephen Vance <steve@vance.com> | 2013-07-14 14:40:57 -0400 |
commit | b2633f10ad185585b8d7e338e2285dcacfb45b51 (patch) | |
tree | 20311a9a33988367e4e2c6c7aac1d5a815e9d10f | |
parent | f589d84fe533c487dd51fcc4afb1f0de69c7f2b1 (diff) | |
download | jQuery-Timepicker-Addon-b2633f10ad185585b8d7e338e2285dcacfb45b51.zip jQuery-Timepicker-Addon-b2633f10ad185585b8d7e338e2285dcacfb45b51.tar.gz jQuery-Timepicker-Addon-b2633f10ad185585b8d7e338e2285dcacfb45b51.tar.bz2 |
Expose parseDateTimeInternal for testing. I'm going to test it even though I haven't tested its datepicker collaborator functions.
-rw-r--r-- | jquery-ui-timepicker-addon.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 }; /* |