We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5331afd commit f4c8212Copy full SHA for f4c8212
jquery-ui-timepicker-addon.js
@@ -1028,7 +1028,7 @@
1028
1029
$.fn.extend({
1030
/*
1031
- * shorthand just to use timepicker..
+ * shorthand just to use timepicker.
1032
*/
1033
timepicker: function(o) {
1034
o = o || {};
@@ -1320,7 +1320,7 @@
1320
};
1321
1322
1323
- * the bad hack :/ override datepicker so it doesnt close on select
+ * the bad hack :/ override datepicker so it doesn't close on select
1324
// inspired: http://stackoverflow.com/questions/1252512/jquery-datepicker-prevent-closing-picker-when-clicking-a-date/1762378#1762378
1325
1326
$.datepicker._base_selectDate = $.datepicker._selectDate;
0 commit comments