Skip to content

Commit f2cfbcd

Browse files
Fixed trailing comma
1 parent e66ac89 commit f2cfbcd

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
@@ -96,7 +96,7 @@ function Timepicker() {
9696
timezoneList: null,
9797
addSliderAccess: false,
9898
sliderAccessArgs: null,
99-
defaultValue: null,
99+
defaultValue: null
100100
};
101101
$.extend(this._defaults, this.regional['']);
102102
}

0 commit comments

Comments
 (0)