Skip to content

Commit 9b89846

Browse files
Fixed trailing comma
1 parent 971e0b9 commit 9b89846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery-ui-timepicker-addon.js

+1-1
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)