Skip to content

Commit 4e02851

Browse files
Fix global o variable
1 parent ba9f293 commit 4e02851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ $.extend(Timepicker.prototype, {
314314
// pattern for standard and localized AM/PM markers
315315
//########################################################################
316316
_getPatternAmpm: function() {
317-
var markers = [];
317+
var markers = [],
318318
o = this._defaults;
319319
if (o.amNames)
320320
$.merge(markers, o.amNames);

0 commit comments

Comments
 (0)