Skip to content

Commit f4c8212

Browse files
committed
A couple minor typo fixes.
1 parent 5331afd commit f4c8212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028

10291029
$.fn.extend({
10301030
/*
1031-
* shorthand just to use timepicker..
1031+
* shorthand just to use timepicker.
10321032
*/
10331033
timepicker: function(o) {
10341034
o = o || {};
@@ -1320,7 +1320,7 @@
13201320
};
13211321

13221322
/*
1323-
* the bad hack :/ override datepicker so it doesnt close on select
1323+
* the bad hack :/ override datepicker so it doesn't close on select
13241324
// inspired: http://stackoverflow.com/questions/1252512/jquery-datepicker-prevent-closing-picker-when-clicking-a-date/1762378#1762378
13251325
*/
13261326
$.datepicker._base_selectDate = $.datepicker._selectDate;

0 commit comments

Comments
 (0)